This commit is contained in:
唐明明
2023-04-26 13:44:35 +08:00
parent ba89cc726f
commit 67a2f91b36

View File

@@ -61,6 +61,7 @@
this.$store.commit('setToken', res.token_type + ' ' + res.access_token); this.$store.commit('setToken', res.token_type + ' ' + res.access_token);
this.onBack() this.onBack()
}).catch(err => { }).catch(err => {
console.log(err)
uni.showToast({ uni.showToast({
title: err.message, title: err.message,
icon : 'none' icon : 'none'