From 10e5d354983faeefd1a7a045841fbf6dd97176ff Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Mon, 4 Mar 2024 16:48:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 2 -- 1 file changed, 2 deletions(-) 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';