领取水晶水晶账户

This commit is contained in:
唐明明
2021-09-26 17:18:46 +08:00
parent 760ab655eb
commit 49c6f7372f
35 changed files with 214 additions and 219 deletions

View File

@@ -55,12 +55,6 @@
code: this.code
}).then(res => {
this.$store.commit('setToken', res.token_type + ' ' + res.access_token)
if (!res.is_company) {
this.$Router.replace({
name: "Index"
})
return
}
this.$Router.back()
}).catch(err => {
uni.showToast({