移出冗余代码

This commit is contained in:
唐明明
2021-09-27 14:18:19 +08:00
parent 60afd75ada
commit 90f6498207
16 changed files with 18 additions and 1359 deletions

View File

@@ -277,7 +277,7 @@
},
loginOut() {
uni.removeStorageSync('token')
this.$store.commit('setToken', '')
uni.reLaunch({
url: '/pages/login/login'
})