#
whycq
2023-12-02 178d0ee433ecee57bbd57804cc29c593f3de7829
pages.json
@@ -1,6 +1,12 @@
{
   "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
      {
         "path": "pages/login/login2",
         "style": {
            "navigationBarTitleText": "登录2"
         }
      },
      {
         "path": "pages/login/login",
         "style": {
            "navigationBarTitleText": "登录"
@@ -349,6 +355,24 @@
              "navigationBarTitleText" : "其他",
              "enablePullDownRefresh" : false
           }
        },
        {
           "path" : "pages/business/goBusiness/businessTripOtherDetl",
           "style" :
           {
              "navigationBarTitleText" : "详情",
              "enablePullDownRefresh" : false,
            "navigationStyle": "custom"
           }
        },
        {
           "path" : "pages/business/goBusiness/addBusinessTripOther",
           "style" :
           {
              "navigationBarTitleText" : "添加出差申请",
              "enablePullDownRefresh" : false
            // "navigationStyle": "custom"
           }
        }
    ],
   "globalStyle": {