From 65a176dbc0e9c81781bb4db176f51aa4fd3dc3d3 Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期五, 17 五月 2024 17:37:28 +0800
Subject: [PATCH] fix:修改随机试卷回显
---
src/App.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index 29f4cab..6425799 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -27,8 +27,9 @@
...mapState('enumItem',{Islogin:state => state.user.levelEnum})
},
mounted () {
-
- console.log(this.Islogin)
+ if (! sessionStorage.getItem('deptAdmin')) {
+ this.$router.push({ path: '/' })
+ }
this.seachPageDepartMentList()
},
methods:{
--
Gitblit v1.8.0