This commit is contained in:
liuye
2023-09-22 11:14:46 +08:00
parent 2b07fd4f3e
commit b9c70b6e2e

View File

@@ -263,7 +263,7 @@ export default {
}else if(row.type == 2) { }else if(row.type == 2) {
uni.switchTab({url: row.modulePath}) uni.switchTab({url: row.modulePath})
}else { }else {
uni.navigateTo({url: row.modulePath+`&name=${row.name}`}) uni.navigateTo({url: row.modulePath})
} }
}, },
getWeather() { getWeather() {