diff --git a/manifest.json b/manifest.json index 8215b74..de00baf 100644 --- a/manifest.json +++ b/manifest.json @@ -7,9 +7,9 @@ "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { - "compatible" : { - "ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持 - }, + "compatible" : { + "ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持 + }, "usingComponents" : true, "nvueStyleCompiler" : "uni-app", "compilerVersion" : 3, diff --git a/pages/login/login.vue b/pages/login/login.vue index 9324aef..766d285 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -70,9 +70,9 @@ }) }, async toLogin() { - uni.redirectTo({ - url: '/pages/home/home' - }) + // uni.redirectTo({ + // url: '/pages/home/home' + // }) this.disabled = true if (this.user === '') { uni.showToast({