添加师姐账号id访问管理员页面
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user