应急管理厅专家管理系统
zhouwx
2025-11-04 47b3ce354885e7df90e4219bd4154003c1c241d7
src/store/modules/user.js
@@ -47,6 +47,7 @@
            this.id = user.userId
            this.name = user.userName
            this.avatar = avatar
            Cookies.set('userInfo',JSON.stringify(user))
            resolve(res)
          }).catch(error => {
            reject(error)