调整为app版本

This commit is contained in:
唐明明
2021-10-09 17:51:21 +08:00
parent 91a1ad3748
commit 452a397a77
7 changed files with 15 additions and 64 deletions

View File

@@ -282,7 +282,7 @@
},
loginOut() {
this.$store.commit('setToken', '')
this.$Router.push({name: 'Index'})
this.$Router.replaceAll({name: 'Index'})
},
// 上传头像
updImgs(type) {