feat(projects): 分析页更新,添加关于页面

This commit is contained in:
Soybean
2021-11-04 23:11:20 +08:00
parent 7527b1f07c
commit 8e18218196
44 changed files with 1623 additions and 617 deletions

View File

@ -19,7 +19,7 @@ const authStore = defineStore({
token: '',
userInfo: {
userId: '',
userName: '',
userName: 'Soybean',
userPhone: ''
}
};
@ -33,7 +33,6 @@ const authStore = defineStore({
resetAuthState() {
removeToken();
this.$reset();
// window.location.reload();
}
}
});