MrShi
2025-03-12 69a1b3bf45738f048361ee4ccb6bdc64fce35720
pda/pages.json
对比新文件
@@ -0,0 +1,63 @@
{
   "easycom": {
      "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
   },
   "pages": [
      {
         "path": "pages/index/index",
         "style": {
            "navigationStyle": "custom",
            "enablePullDownRefresh": false
         }
      },
      {
         "path": "pages/index/login",
         "style": {
            "navigationBarTitleText": "鐧诲綍",
            "enablePullDownRefresh": false
         }
      },
      {
         "path": "pages/index/center",
         "style": {
            "navigationBarTitleText": "鏈堝彴璋冨害涓績",
            "enablePullDownRefresh": false
         }
      },
      {
         "path": "pages/index/queueup",
         "style": {
            "navigationBarTitleText": "杞﹁締鎺掗槦鎯呭喌",
            "enablePullDownRefresh": false
         }
      },
      {
         "path": "pages/index/control",
         "style": {
            "navigationBarTitleText": "鏈堝彴鍚敤鍋滅敤",
            "enablePullDownRefresh": false
         }
      },
      {
         "path": "pages/index/set",
         "style": {
            "navigationBarTitleText": "閰嶇疆鏄剧ず鏈堝彴",
            "enablePullDownRefresh": false
         }
      },
      {
         "path": "pages/index/SubDetail",
         "style": {
            "navigationBarTitleText": "棰勭害璇︽儏",
            "enablePullDownRefresh": false
         }
      }
   ],
   "globalStyle": {
      "navigationBarTextStyle": "white",
      "navigationBarTitleText": "",
      "navigationBarBackgroundColor": "#4d99a9",
      "backgroundColor": "#ffffff"
   },
   "uniIdRouter": {}
}