#
whycq
2023-01-01 9c34e8cc2ff136db5c27a5adc2eb2e140ac0580a
pages.json
@@ -31,6 +31,12 @@
         }
      },
      {
         "path": "pages/user/user_detail/userDetail",
         "style": {
            "navigationBarTitleText": "个人信息"
         }
      },
      {
         "path": "pages/business/cstmr/csmtr",
         "style": {
            // "navigationStyle": "custom"
@@ -38,13 +44,25 @@
            "titleNView": {
               "buttons": [
                  {
                     "text":"新建    ",
                     "fontSize":"28rpx",
                     "text":"添加",
                     "fontSize":"14px",
                     "float":"right",
                     "marginRight": "10rpx"
                     "width": "44px"
                  }
               ] 
            }
         }
      },
      {
         "path": "pages/business/cstmr/addCsmtr",
         "style": {
            "navigationBarTitleText": "添加甲方单位"
         }
      },
      {
         "path": "pages/business/cstmr/cstmrDetails",
         "style": {
            "navigationBarTitleText": "资料详情"
         }
      }
      
@@ -53,8 +71,8 @@
   "globalStyle": {
      "navigationBarTextStyle": "black",
      // "navigationBarTitleText": "CRM",
      "navigationBarBackgroundColor": "#F8F8F8",
      "backgroundColor": "#F8F8F8"
      "navigationBarBackgroundColor": "#FFFFFF",
      "backgroundColor": "#fff"
   },
   "uniIdRouter": {},
   "tabBar": {