diff --git a/pages/login/login.vue b/pages/login/login.vue index 85e57df..5131a32 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -64,7 +64,10 @@ }) } else { // uni.navigateBack({}) - this.goBack() + // this.goBack() + uni.switchTab({ + url: '/pages/index/index' + }) } }) }, diff --git a/unpackage/dist/build/web/index.html b/unpackage/dist/build/web/index.html index 56763b9..5170a6c 100644 --- a/unpackage/dist/build/web/index.html +++ b/unpackage/dist/build/web/index.html @@ -1,2 +1,2 @@