Commit 3181653f by caoyanzhi

fix: 修复切换账号后无提示的bug

parent 84486278
......@@ -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