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);