quanyawei
2023-11-01 66d2c8d8c97e19fdbd969f97dd3d6a28f27c415f
pages.json
@@ -1,7 +1,5 @@
{
   "pages": [
      //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
      {
   "pages": [{
         "path": "pages/index/index",
         "style": {
            "navigationBarTitleText": "首页",
@@ -25,13 +23,13 @@
            "enablePullDownRefresh": false
         }
      }, {
         "path": "pages/actionChange/newPage/index", //立行立改新建交办单
      "path": "pages/actionChange/newPage/index",
         "style": {
            "navigationBarTitleText": "新建交办单",
            "enablePullDownRefresh": false
         }
      }, {
         "path": "pages/actionChange/workOrderDetails/index", //立行立改交办单详情
      "path": "pages/actionChange/workOrderDetails/index",
         "style": {
            "navigationBarTitleText": "交办单信息",
            "enablePullDownRefresh": false
@@ -51,38 +49,5 @@
            "enablePullDownRefresh": false,
            "disableSwipeBack": true
         }
      }
   ]
   // "tabBar": {
   //    "color": "#515151",
   //    "height": "60px",
   //    "fontSize": "60px",
   //    "selectedFontSize": 20,
   //    "selectedColor": "#3875C5",
   //    "list": [{
   //       "text": "首页",
   //       "pagePath": "pages/actionChange/agencyPage/index",
   //       "iconPath": "static/img/shouye.png",
   //       "selectedIconPath": "static/img/shouyeClick.png",
   //       "textStyle": {
   //          "fontSize": "60px"
   //       }
   //    }, {
   //       "text": "新建交办单",
   //       "pagePath": "pages/actionChange/newPage/index",
   //       "iconPath": "static/img/xinjian.png",
   //       "selectedIconPath": "static/img/xinjianClick.png",
   //       "textStyle": {
   //          "fontSize": "20px"
   //       }
   //    }, {
   //       "text": "我的",
   //       "iconPath": "static/img/wode-.png",
   //       "selectedIconPath": "static/img/wodeClick.png",
   //       "pagePath": "pages/actionChange/myInfor/index",
   //       "textStyle": {
   //          "fontSize": "20px"
   //       }
   //    }]
   // }
   }]
}