From 3ae195262473d7c5f0c9b7450398385971b1955c Mon Sep 17 00:00:00 2001 From: lapislazulisch <108389666+lapislazulisch@users.noreply.github.com> Date: Wed, 23 Aug 2023 16:00:17 +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=B1=E4=B8=BB=E9=A1=B5404?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/route/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store/modules/route/index.ts b/src/store/modules/route/index.ts index 7341ba1dc..f097c29e4 100644 --- a/src/store/modules/route/index.ts +++ b/src/store/modules/route/index.ts @@ -120,6 +120,7 @@ export const useRouteStore = defineStore('route-store', { if (!error) { this.handleAuthRoute(sortRoutes(data.routes)); + // sadwhinpm this.routeHomeName = data.home; this.handleUpdateRootRedirect(data.home);