From 7c38ac1abf93331d5a9af3b2bb302319df75bf1c Mon Sep 17 00:00:00 2001 From: Xia Zekun Date: Sat, 7 Sep 2024 16:49:20 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E7=94=B1=E5=BE=85=E5=8A=9E=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index ef64e84..a8374b2 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -69,11 +69,11 @@ const routes = [ }, component: () => import('@/views/exception/NoMobile') }, + ...workCenter, { path: '*', redirect: '/' - }, - ...workCenter + } ] const originalPush = VueRouter.prototype.push