This commit is contained in:
2026-01-18 18:03:40 +08:00
parent f038dbab41
commit 9259bda54b
7 changed files with 40 additions and 12 deletions

View File

@@ -138,7 +138,7 @@ export default {
// 跳转到首页
setTimeout(() => {
uni.switchTab({
uni.reLaunch({
url: '/pages/index/index'
})
}, 1500)