diff --git a/src/router/index.ts b/src/router/index.ts index 4a813e85..fa7a54bf 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -68,8 +68,6 @@ const router = createRouter({ // history: createWebHashHistory(), routes }) -console.log(123123123); - router.beforeEach((to, from, next) => { // 系统维护 // const toName = to.name === 'upgrade';