From ef07181468157db03f3f02655c103e60c92abeee Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期二, 28 六月 2022 18:49:35 +0800
Subject: [PATCH] '菜单'

---
 src/stores/userInfo.ts |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/stores/userInfo.ts b/src/stores/userInfo.ts
index 1408dfa..f04e50b 100644
--- a/src/stores/userInfo.ts
+++ b/src/stores/userInfo.ts
@@ -21,7 +21,6 @@
 	}),
 	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