Browse Source

no message

xiaochan 1 year ago
parent
commit
15da854a16
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/router/index.ts

+ 0 - 1
src/router/index.ts

@@ -133,7 +133,6 @@ router.beforeEach(async (to, _from, next) => {
         NProgress.start();
 
         function tmpNext(...arg) {
-            console.log(123)
             to.meta.title && changeTitle(to.meta.title)
             if (to.meta.needToken && stringIsBlank(userInfoStore.value.token)) {
                 next('/login')