From 88915d2edd6b1c3439bb3b616a55ea633a8ed143 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期二, 28 六月 2022 17:14:48 +0800
Subject: [PATCH] 'lct'

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