修改问题

This commit is contained in:
duan
2024-12-31 17:41:32 +08:00
parent 3b3e167089
commit 8e5065a588
22 changed files with 47 additions and 49 deletions

View File

@@ -154,7 +154,7 @@
if(res.code==200){
this.timer=setTimeout(()=>{
uni.switchTab({
url:'/pages/index/index'
url:'/pages/index/index2'
})
},1000)
}