张含笑
2025-10-21 78ad865bc08dfff6fcd0084389b9cbba9f834608
Merge remote-tracking branch 'origin/master'
3 files modified
9 ■■■■ changed files
package.json 2 ●●● patch | view | raw | blame | history
src/pages.json 3 ●●●● patch | view | raw | blame | history
src/subPackages/taskDetail/execution/index.vue 4 ●●●● patch | view | raw | blame | history
package.json
@@ -143,7 +143,7 @@
        "env": {
          "UNI_PLATFORM": "h5",
          "NAME_ER": "development",
          "VITE_APP_WEBVIEW_URL": "http://192.168.9.211:5173/drone-app-web-view/#/webViewWrapper"
          "VITE_APP_WEBVIEW_URL": "https://wrj.shuixiongit.com/drone-app-web-view/#/webViewWrapper"
        }
      },
      "h5-test": {
src/pages.json
@@ -71,7 +71,8 @@
        {
          "path": "droneConsole/index",
          "style": {
            "navigationBarTitleText": "控制台"
            "navigationBarTitleText": "控制台",
            "navigationStyle": "custom"
          }
        },
        {
src/subPackages/taskDetail/execution/index.vue
@@ -30,6 +30,10 @@
    uni.redirectTo({
      url: `/pages/inspectionTask/execution/index?wayLineJodInfoId=${wayLineJodInfoId.value}`
    });
  } else if(data.type === 'workid') {
    uni.navigateTo({
      url: `/subPackages/workDetail/index?eventNum=${data.eventNum}`
    });
  }
}