应急管理厅专家管理系统
马宇豪
2024-11-21 cc3e08bda13360c88b7189e8f8d043b60783c7fb
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)