fix: 保洁bug

This commit is contained in:
yangzhe 2025-05-08 17:07:52 +08:00
parent 3d82baf9a0
commit 2aa2aecd42
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ export default {
showCancel: false,
success: function (res) {
if (res.confirm) {
uni.navigateTo({
uni.switchTab({
url: "/pages/index/index",
});
}