This commit is contained in:
唐明明
2021-09-28 11:00:53 +08:00
11 changed files with 236 additions and 24 deletions

View File

@@ -278,9 +278,7 @@
},
loginOut() {
this.$store.commit('setToken', '')
uni.reLaunch({
url: '/pages/login/login'
})
this.$Router.push({name: 'Login'})
},
// 上传头像
updImgs(type) {