付延余
2022-08-03 910f2ef56d0d49a4ce24b2f33860dce4d739b1b4
pages.json
@@ -23,37 +23,45 @@
      {
         "path": "pages/my-todo/my-todo",
         "style": {
            "navigationBarTitleText": "我的待办"
            "navigationBarTitleText": "我的待办",
            "enablePullDownRefresh": true,
            "onReachBottomDistance": 10 //距离底部多少距离的时候触发
         }
      },
      {
         "path": "pages/my-have-todo/my-have-todo",
         "style": {
            "navigationBarTitleText": "我的已办 "
            "navigationBarTitleText": "我的已办 ",
            "enablePullDownRefresh": true,
            "onReachBottomDistance": 10 //距离底部多少距离的时候触发
         }
      },
      {
         "path": "pages/check-the-schedule/check-the-schedule",
         "style": {
            "navigationBarTitleText": "查看进度"
            "navigationBarTitleText": "查看进度",
            "enablePullDownRefresh": false
         }
      },
      {
         "path": "pages/the-form-data/the-form-data",
         "style": {
            "navigationBarTitleText": "表单数据"
            "navigationBarTitleText": "表单数据",
            "enablePullDownRefresh": false
         }
      },
      {
         "path": "pages/approval-history/approval-history",
         "style": {
            "navigationBarTitleText": "审批历史"
            "navigationBarTitleText": "审批历史",
            "enablePullDownRefresh": false
         }
      },
      {
         "path": "pages/new-application/new-application",
         "style": {
            "navigationBarTitleText": "新增申请 "
            "navigationBarTitleText": "新增申请 ",
            "enablePullDownRefresh": false
         }
      }, {
         "path": "pages/new-application-form-data/new-application-form-data",
@@ -62,8 +70,20 @@
            "enablePullDownRefresh": false
         }
      }, {
         "path": "pages/jihua/jihua",
         "style": {
            "navigationBarTitleText": "日发运计划"
         }
      }, {
         "path": "pages/edit-my-application/edit-my-application",
         "style": {
            "navigationBarTitleText": "修改",
            "enablePullDownRefresh": false
         }
      }
   ],
    ],
   "globalStyle": {
      "navigationBarTextStyle": "white",
      "navigationBarTitleText": "uni-app",