From de4a59d463086f027820469d4e89ffc1aadff1a5 Mon Sep 17 00:00:00 2001 From: chenxf Date: Mon, 8 Jun 2026 17:29:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BB=9F=E4=B8=80=E9=97=A8?= =?UTF-8?q?=E6=88=B7=E7=99=BB=E5=BD=95=E5=90=8E=E7=9A=84=E9=87=8D=E5=AE=9A?= =?UTF-8?q?=E5=90=91=E8=B7=AF=E5=BE=84=E4=B8=BA=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/permission.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/permission.js b/src/router/permission.js index a80590b..f75e424 100644 --- a/src/router/permission.js +++ b/src/router/permission.js @@ -20,7 +20,7 @@ router.beforeEach(async (to, from, next) => { }).then(() => { setToken('token') next({ - path: '/business', + path: '/home/index', replace: true }) }).catch((error) => {