|
|
@@ -542,7 +542,7 @@ export const actions = {
|
|
|
}
|
|
|
Userinfo.status = response.data.status
|
|
|
Userinfo.enterprises = response.data.enterprises
|
|
|
- localStorage.setItem('USOFTMALLWECHATINFO', Userinfo)
|
|
|
+ localStorage.setItem('USOFTMALLWECHATINFO', JSON.stringify(Userinfo))
|
|
|
} else {
|
|
|
// localStorage.removeItem('USOFTMALLWECHATINFO')
|
|
|
}
|