diff --git a/console/utils/perms.py b/console/utils/perms.py index 0e86d7438d..0571411c1b 100644 --- a/console/utils/perms.py +++ b/console/utils/perms.py @@ -23,6 +23,9 @@ # what is What is 10000 and 20000? ["", "", 100000], ["", "", 200000], + ["users", "企业用户查询和创建", 800003], + ["query", "用户模糊查询", 800002], + ["upload", "上传", 800001], ] }, "app_store": { @@ -40,21 +43,6 @@ ["delete_app_version", "删除应用版本", 110010], ] }, - "upload_file": { - "perms": [ - ["upload", "上传", 800001], - ] - }, - "fuzzy_query_user": { - "perms": [ - ["query", "用户模糊查询", 800002], - ] - }, - "enterprise_users": { - "perms": [ - ["users", "企业用户查询和创建", 800003], - ] - }, } common_perms = [