应急管理厅专家管理系统
zhouwx
2026-02-26 5498ff379b986955297097b26e4c3e9af971d57c
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)