From d14437e20cbd781725583e15c444da6f58192de8 Mon Sep 17 00:00:00 2001
From: feige <feige@qq.com>
Date: 星期一, 29 十二月 2025 15:03:27 +0800
Subject: [PATCH] 增加了代码

---
 ruoyi-ui/src/store/modules/user.js |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/ruoyi-ui/src/store/modules/user.js b/ruoyi-ui/src/store/modules/user.js
index ad92ec3..86f1bcd 100644
--- a/ruoyi-ui/src/store/modules/user.js
+++ b/ruoyi-ui/src/store/modules/user.js
@@ -74,12 +74,14 @@
           if (res.roles && res.roles.length > 0) { // 楠岃瘉杩斿洖鐨剅oles鏄惁鏄竴涓潪绌烘暟缁�
             commit('SET_ROLES', res.roles)
             commit('SET_PERMISSIONS', res.permissions)
-			
-		
+
+
           } else {
             commit('SET_ROLES', ['ROLE_DEFAULT'])
           }
-		 // console.log(res)
+          console.log(res.user)
+		 // alert(res.user.uaid)
+   //    alert(123)
 		 // alert(res.user.clanId)
 		  commit('SET_USERID', res.user.userId)
 		  	commit('SET_CLANID', res.user.clanId)

--
Gitblit v1.9.1