From ad6ac7222c0d49a2916fae0e623d932ad925845d Mon Sep 17 00:00:00 2001 From: lapislazulisch <108389666+lapislazulisch@users.noreply.github.com> Date: Wed, 23 Aug 2023 16:03:19 +0800 Subject: [PATCH] =?UTF-8?q?fix(components):=20=E4=BF=AE=E5=A4=8D=E5=8A=A8?= =?UTF-8?q?=E6=80=81=E8=B7=AF=E7=94=B1home=E9=A1=B5404?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/route/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/modules/route/index.ts b/src/store/modules/route/index.ts index f097c29e..80db75f5 100644 --- a/src/store/modules/route/index.ts +++ b/src/store/modules/route/index.ts @@ -120,7 +120,7 @@ export const useRouteStore = defineStore('route-store', { if (!error) { this.handleAuthRoute(sortRoutes(data.routes)); - // sadwhinpm + // home相关处理需要在最后,否则会出现找不到主页404的情况 this.routeHomeName = data.home; this.handleUpdateRootRedirect(data.home);