Commit c2c05c1f authored by ZZH's avatar ZZH

add qkadmin auth 2024-03-14

parent 63dff97b
......@@ -37,6 +37,7 @@ class Product(Enum):
YangChen = 8 # 扬尘生态环境管理
Ulock = 9 # 运维开锁工具
AnShiU = 12 # 安识u
qkadmin = 13 # 清科管理后台u
# 联动控制开关状态
......@@ -335,6 +336,13 @@ PRODUCT_INFOS = {
"info": "电气安全精细监控,用电风险瞬间捕捉,电气事故无所遁形。",
"sort_num": 32
},
13: {
"name": "清科优能官方网站管理平台",
"url": "https://www.ucyber.cn/qkadmin/",
"img_url": "https://cdn.ucyber.cn/images/ucloud/qkadmin.png",
"info": "文章管理、SEO优化、数据管理",
"sort_num": 99
}
}
# 项目目录/home/ubuntu/data/code/unify_api
BASE_PRJ_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment