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

页面修改

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