From 9af49fcf9dfbc0382e4a91f54d64607eb5e1cfcb Mon Sep 17 00:00:00 2001 From: Eric <1670996608@qq.com> Date: Wed, 16 Jul 2025 17:03:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E9=A1=B5=E9=9D=A2=E8=B7=AF?= =?UTF-8?q?=E7=94=B1=E6=9B=B4=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/index.js b/src/router/index.js index da3dad9..97b430e 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -45,7 +45,7 @@ export const constantRoutes = [ }, { path: '/login', - component: () => import('@/views/login2'), + component: () => import('@/views/login'), hidden: true }, {