This commit is contained in:
2023-05-11 11:05:00 +08:00
parent 86b0bfa27d
commit 2f63b6ed8c
2 changed files with 6 additions and 6 deletions

View File

@@ -7,9 +7,9 @@
"transformPx" : false, "transformPx" : false,
/* 5+App */ /* 5+App */
"app-plus" : { "app-plus" : {
"compatible" : { "compatible" : {
"ignoreVersion" : true //true表示忽略版本检查提示框HBuilderX1.9.0及以上版本支持 "ignoreVersion" : true //true表示忽略版本检查提示框HBuilderX1.9.0及以上版本支持
}, },
"usingComponents" : true, "usingComponents" : true,
"nvueStyleCompiler" : "uni-app", "nvueStyleCompiler" : "uni-app",
"compilerVersion" : 3, "compilerVersion" : 3,

View File

@@ -70,9 +70,9 @@
}) })
}, },
async toLogin() { async toLogin() {
uni.redirectTo({ // uni.redirectTo({
url: '/pages/home/home' // url: '/pages/home/home'
}) // })
this.disabled = true this.disabled = true
if (this.user === '') { if (this.user === '') {
uni.showToast({ uni.showToast({