|
@@ -68,11 +68,11 @@ export default {
|
|
.catch(() => {
|
|
.catch(() => {
|
|
const userSig = genTestUserSig(this.UserID).userSig;
|
|
const userSig = genTestUserSig(this.UserID).userSig;
|
|
const userId = this.UserID;
|
|
const userId = this.UserID;
|
|
- const loginsPortrait = "../../../static/images/avatar15.png";
|
|
|
|
|
|
+ const loginsPortrait = `${location.origin}/#/static/images/avatar15.png`;
|
|
this.$store.commit("userLoginSuccess");
|
|
this.$store.commit("userLoginSuccess");
|
|
this.$store.commit("setLoginUserInfo", {
|
|
this.$store.commit("setLoginUserInfo", {
|
|
userId,
|
|
userId,
|
|
- loginsPortrait,
|
|
|
|
|
|
+ // loginsPortrait,
|
|
userSig,
|
|
userSig,
|
|
});
|
|
});
|
|
|
|
|