From 18f7885f55c727990346232aeb8f7ca73e9f39e9 Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: Wed, 29 Jun 2022 10:12:29 +0800
Subject: [PATCH] 添加页面
---
src/stores/userInfo.ts | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/stores/userInfo.ts b/src/stores/userInfo.ts
index f04e50b..1408dfa 100644
--- a/src/stores/userInfo.ts
+++ b/src/stores/userInfo.ts
@@ -21,6 +21,7 @@
}),
actions: {
async setUserInfos(value: any) {
+ debugger
this.userInfos.userName = value.username
this.userInfos.uid = value.id
this.userInfos.roles = value.role
--
Gitblit v1.9.2