引导页3秒

This commit is contained in:
shijingjing
2023-03-21 14:05:55 +08:00
parent 56d8c0582b
commit f0553e0f14

View File

@@ -29,7 +29,7 @@ export default {
uni.switchTab({
url: '/pages/AppHome/AppHome'
})
}, 6000)
}, 3000)
}
}
})