shuishen
2025-12-17 e57a6d89256330af2ddcb528313bbfe6721026fe
feat:配置文件调整
1 files modified
20 ■■■■■ changed files
src/pages.json 20 ●●●●● patch | view | raw | blame | history
src/pages.json
@@ -48,8 +48,13 @@
      "style": {
        "navigationBarTitleText": "占位页面"
      }
    },
    {
      "path": "pages/dispatcher/index",
      "style": {
        "navigationStyle": "custom"
      }
    }
  ],
  "subPackages": [
    {
@@ -121,7 +126,7 @@
          "path": "workDetail/mapWork/index",
          "style": {
            "navigationBarTitleText": "地图展示",
             "navigationStyle": "custom"
            "navigationStyle": "custom"
          }
        },
        {
@@ -177,13 +182,10 @@
        "text": "任务"
      },
      {
        "iconPath": "static/images/tabbar/add.png",
        "pagePath": "subPackages/taskDetail/addTask/index"
      },
      {
        "pagePath": "pages/placeholder/placeholder",
        "iconPath": "static/images/tabbar/drone.png",
        "visible": "true"
        "selectedIconPath": "static/images/tabbar/drone.png",
        "pagePath": "pages/dispatcher/index",
        "text": ""
      },
      {
        "iconPath": "static/images/tabbar/icon_order.png",
@@ -205,4 +207,4 @@
    "navigationBarBackgroundColor": "#F8F8F8",
    "backgroundColor": "#F8F8F8"
  }
}
}