Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
U
unify_api2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chaonan
unify_api2
Commits
c2c05c1f
Commit
c2c05c1f
authored
Mar 14, 2024
by
ZZH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add qkadmin auth 2024-03-14
parent
63dff97b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
constants.py
unify_api/constants.py
+8
-0
No files found.
unify_api/constants.py
View file @
c2c05c1f
...
...
@@ -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__
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment