c9b57420 by zhangmeng

去除

1 parent e0ee6d14
...@@ -10,7 +10,6 @@ NProgress.configure({ showSpinner: false }) ...@@ -10,7 +10,6 @@ NProgress.configure({ showSpinner: false })
10 10
11 router.beforeEach((to, from, next) => { 11 router.beforeEach((to, from, next) => {
12 NProgress.start() 12 NProgress.start()
13 debugger
14 if (getToken()) { 13 if (getToken()) {
15 // 判断当前用户是否已拉取完user_info信息 14 // 判断当前用户是否已拉取完user_info信息
16 if (!useUserStore().user) { 15 if (!useUserStore().user) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!