Browse Source

no message

xiaochan 1 năm trước cách đây
mục cha
commit
15da854a16
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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')