From f21739ec0dddec97a6c74706335c6c807dde8341 Mon Sep 17 00:00:00 2001 From: "chen.home" <1147347984@qq.com> Date: Sat, 27 Aug 2022 10:34:23 +0800 Subject: [PATCH] =?UTF-8?q?fix(store.auth):=20=E4=BF=AE=E5=A4=8D=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E4=B8=8D=E8=B7=B3=E8=BD=AC=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/auth.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/store/modules/auth.ts b/src/store/modules/auth.ts index 8fd0954..1f359e4 100644 --- a/src/store/modules/auth.ts +++ b/src/store/modules/auth.ts @@ -51,6 +51,10 @@ export const useAuthStore = defineStore('auth-store', { // 将token和userInfo保存下来 const catchSuccess = await this.catchUserInfo(data); + // 添加路由和菜单 + const { initAuthRoute } = useRouteStore(); + await initAuthRoute(); + // 登录写入信息成功 if (catchSuccess) { // 进行重定向跳转