Commit 5e98a95b by caoyanzhi

Merge branch 'bugfix/账号切换后无提示' into dev

parents c439b16c 3181653f
......@@ -22,7 +22,7 @@ export default {
getUserId () {
request.get('/api-auth/get-login-user-info').then(res => {
if (res.data.errorCode === 0) {
this.useId = res.data.result.userId;
this.userId = res.data.result.userId;
} else {
this.$message.error(res.data.message);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment