Commit 00e1a54f authored by 黄奎's avatar 黄奎

页面修改

parents a30eea22 d4d9d904
...@@ -114,6 +114,7 @@ ...@@ -114,6 +114,7 @@
}, },
refreshHeadImg() { refreshHeadImg() {
this.scmAccount = this.getLocalStorage(); this.scmAccount = this.getLocalStorage();
console.log();
} }
}, },
......
...@@ -134,6 +134,8 @@ ...@@ -134,6 +134,8 @@
var userJson = JSON.stringify(user); var userJson = JSON.stringify(user);
localStorage.scmAccount = userJson; localStorage.scmAccount = userJson;
this.$refs.Nav.refreshHeadImg(); this.$refs.Nav.refreshHeadImg();
console.log();
} else { } else {
this.Error(response.data.message); this.Error(response.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