瀏覽代碼

no message

xiaochan 1 年之前
父節點
當前提交
15da854a16
共有 1 個文件被更改,包括 0 次插入1 次删除
  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')