This commit is contained in:
parent
74fd6aca19
commit
e5cb5a2f90
|
|
@ -468,7 +468,7 @@ export default {
|
||||||
console.log(res)
|
console.log(res)
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
this.isLogin = true
|
this.isLogin = true
|
||||||
uni.switchTab({
|
uni.reLaunch({
|
||||||
url: '/pages/gzt/index'
|
url: '/pages/gzt/index'
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue