linwe
2024-06-27 8da6f33d33dbf768a6dd5de2fa33fd6fb28cd195
pages/home/index.vue
@@ -1382,7 +1382,15 @@
               } else if (path == '/subPackage/workbench/views/cscj') {
                  this.$u.func.globalNavigator(path, "navTo")
               } else {
                  this.$u.func.globalNavigator(`${path}&houseCode=${this.curHouseCode}`, "navTo")
                  if (this.curHouseCode) {
                     if (path.includes('?')) {
                        this.$u.func.globalNavigator(`${path}&houseCode=${this.curHouseCode}`, "navTo")
                     } else {
                        this.$u.func.globalNavigator(`${path}?houseCode=${this.curHouseCode}`, "navTo")
                     }
                  } else {
                     this.$u.func.globalNavigator(`${path}`, "navTo")
                  }
               }
            } else {
               uni.showToast({
@@ -1511,7 +1519,7 @@
            })
         },
         //场所任务跳转
         //场所任务跳转
         navToSiteList() {
            let {
               houseCode
@@ -1648,4 +1656,4 @@
<style lang="scss">
   @import "./index.scss";
</style>
</style>