This commit is contained in:
cc_zbp 2023-05-17 17:42:11 +08:00
commit b54d32b705
2 changed files with 2 additions and 2 deletions

View File

@ -1109,7 +1109,7 @@
// //
goHome() { goHome() {
uni.switchTab({ uni.switchTab({
url: '/pages/index/index' url: '/pages/home/index'
}); });
}, },
// //

View File

@ -352,7 +352,7 @@
// //
goHome() { goHome() {
uni.switchTab({ uni.switchTab({
url: '/pages/index/index' url: '/pages/home/index'
}); });
}, },
again() { again() {