no message

This commit is contained in:
2025-09-03 13:12:44 +08:00
parent 573369817e
commit c2ba5048b0
16 changed files with 1370 additions and 202 deletions
+4 -3
View File
@@ -51,9 +51,10 @@
}
const leftPathType = this.leftPathType;
if(leftPathType === "navigateTo"){
uni.navigateTo({
url:leftPath,
})
// uni.navigateTo({
// url:leftPath,
// })
uni.navigateBack();
}else if(leftPathType === "switchTab"){
uni.switchTab({
url: leftPath,