doum
2025-09-11 7298d5354963a88643a543b51b90192dc9fc934c
pda/pages.json
@@ -2,13 +2,13 @@
   "easycom": {
      "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
   },
   "pages": [
      {
         "path": "pages/index/index",
         "style": {
            "navigationBarTitleText": "调度平台",
            "enablePullDownRefresh": false
         }
   "pages": [
      {
         "path": "pages/index/index",
         "style": {
            "navigationStyle": "custom",
            "enablePullDownRefresh": false
         }
      },
      {
         "path": "pages/index/login",
@@ -44,12 +44,19 @@
            "navigationBarTitleText": "配置显示月台",
            "enablePullDownRefresh": false
         }
      },
      {
         "path": "pages/index/SubDetail",
         "style": {
            "navigationBarTitleText": "预约详情",
            "enablePullDownRefresh": false
         }
      }
   ],
   "globalStyle": {
      "navigationBarTextStyle": "black",
      "navigationBarTextStyle": "white",
      "navigationBarTitleText": "",
      "navigationBarBackgroundColor": "#ffffff",
      "navigationBarBackgroundColor": "#4d99a9",
      "backgroundColor": "#ffffff"
   },
   "uniIdRouter": {}