应急管理厅专家管理系统
祖安之光
2026-06-09 c163668a14236d1b7f33e9fc97ac16153ba2a90c
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)