添加师姐账号id访问管理员页面

This commit is contained in:
X1627315083
2024-07-17 16:26:54 +08:00
parent a55fd524b1
commit da28c686fc
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
<i class="fi fi-rr-cross-small"></i> <i class="fi fi-rr-cross-small"></i>
</div> </div>
<video ref="video" controls> <video ref="video" controls>
<source :src="url" type="video/mp4"> <source :src="url" type="video/webm">
Your browser does not support the video tag or the file format of this video. Your browser does not support the video tag or the file format of this video.
</video> </video>
</div> </div>

View File

@@ -182,7 +182,7 @@ router.beforeEach((to, from, next) => {
let token = getCookie("token"); let token = getCookie("token");
let isMurmur = JSON.parse(getIsMurmur) let isMurmur = JSON.parse(getIsMurmur)
let routeList = ['/testClickData','/trialApproval']//指定页面需要指定id才能进入 let routeList = ['/testClickData','/trialApproval']//指定页面需要指定id才能进入
let userIdList = [88,6,46,31,73,83,87] let userIdList = [88,6,46,31,73,83,87,4]
let isSystemUserRouteList = ['/login','/']//指定页面 let isSystemUserRouteList = ['/login','/']//指定页面
let systemUser = state.UserHabit.systemUser let systemUser = state.UserHabit.systemUser

View File

@@ -152,7 +152,7 @@ export default defineComponent({
}) })
let activeCredits = ref(false) let activeCredits = ref(false)
let getLangIsShowMark = ref(true) let getLangIsShowMark = ref(true)
let AdministratorUserIdList = [88,6,46,31,73,83,87] let AdministratorUserIdList = [88,6,46,31,73,83,87,4]
return { return {
store, store,
t, t,