应急管理厅专家管理系统
祖安之光
2025-06-27 8628ac19e720c39194b60f1b0028b9aaddc16a00
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)