From 69505f82b44840d8719a05d0ff7d5f6f01e1ebcf Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Wed, 29 Jun 2022 09:22:03 +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