zhangxiaoxu
2025-11-25 0f9b3d3417d1b9f9d1db6e818cd02b4de2867987
pages.json
@@ -3,7 +3,9 @@
      {
         "path": "pages/login/login",
         "style": {
            "navigationStyle": "custom"
            "navigationStyle": "custom",
            // "navigationBarTitleText": "请登录",
            "enablePullDownRefresh": false
         }
      },
      {
@@ -23,37 +25,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 +72,56 @@
            "enablePullDownRefresh": false
         }
      },{
         "path": "pages/payment-form-data/payment-form-data",
         "style": {
            "navigationBarTitleText": "新增收款表单",
            "enablePullDownRefresh": false
         }
      },{
         "path": "pages/jihua/jihua",
         "style": {
            "navigationBarTitleText": "日发运计划"
         }
      }, {
         "path": "pages/edit-my-application/edit-my-application",
         "style": {
            "navigationBarTitleText": "修改",
            "enablePullDownRefresh": false
         }
      }, {
         "path": "pages/register/register",
         "style": {
            "navigationBarTitleText": "绑定账号",
            "enablePullDownRefresh": false
            // "navigationStyle": "custom"
         }
      }
   ],
   "tabBar": {
      // "color": "#999794",
      // "selectedColor": "#007AFF",
      // "borderStyle": "white",
      // "backgroundColor": "#F5F5F5",
      "custom": true,
      "list": [
         // 客户tabbar
         {
            "pagePath": "pages/home/home"
            // "iconPath": "static/tabBar-icon/Gfayun.png",
            // "selectedIconPath": "static/tabBar-icon/Bfayun1.png",
            // "text": "发运"
         },
         {
            "pagePath": "pages/login/login"
            // "iconPath": "static/tabBar-icon/Gfayun.png",
            // "selectedIconPath": "static/tabBar-icon/Bfayun1.png",
            // "text": "发运"
         }
      ]
   },
   "globalStyle": {
      "navigationBarTextStyle": "white",
      "navigationBarTitleText": "uni-app",
@@ -84,5 +142,15 @@
            "titleSize": "28rpx"
         }
      }
   },
   "condition" : { //模式配置,仅开发期间生效
      "current": 0, //当前激活的模式(list 的索引项)
      "list": [
         {
            "name": "", //模式名称
            "path": "", //启动页面,必选
            "query": "" //启动参数,在页面的onLoad函数里面得到
         }
      ]
   }
}