添加12201,12592管理员权限

This commit is contained in:
X1627315083
2025-01-07 17:15:02 +08:00
parent 80bc94989a
commit 95d77a1db2
5 changed files with 5 additions and 5 deletions

View File

@@ -347,7 +347,7 @@ router.beforeEach((to:any, from, next) => {
let token = getCookie("token");
let isMurmur = JSON.parse(getIsMurmur)
let routeList = ['/testClickData','/trialApproval']//指定页面需要指定id才能进入
let userIdList = [88,6,46,31,73,83,87,4]
let userIdList = [88,6,46,31,73,83,87,4,12201,12592]
let isSystemUserRouteList = ['/login','/Square']//游客用户只能进入这两个页面
let systemUser = state.UserHabit.systemUser