#
whycq
2022-12-13 5796ce487faaad4ca5a2c56bc92f77b14753cd5d
pages.json
@@ -1,10 +1,15 @@
{
   "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
      {
         "path": "pages/login/login",
         "style": {
            "navigationBarTitleText": "登录"
         }
      },
      {
         "path": "pages/index/index",
         "style": {
            "navigationBarTitleText": "中扬CRM"
         }
      },
      {
@@ -14,59 +19,38 @@
         }
      },
      {
         "path": "pages/index/index",
         "style": {
            "navigationBarTitleText": "uni-app"
         }
      },
      {
         "path": "pages/business/business",
         "style": {
            "app-plus":{
               "titleNView": {
                  "buttons": [ //原生标题栏按钮配置,
                     {
                     "type":"none",
                        "text": "业务",
                     "fontSize": "17",
                     "float":"left",
                     "width": "70"
                     },
                  {
                     "type":"none",
                     "float": "right",
                     "fontSrc":"/static/iconfont.ttf",
                     "text": "\ue69a"
                  }
                  ]
               }
            }
            "navigationBarTitleText": "业务"
         }
      },
      {
         "path": "pages/user/user",
         "style": {
            // "navigationBarTitleText": "我的"
            "app-plus":{
                      "titleNView": {
                          "buttons": [ //原生标题栏按钮配置,
                              {
                            "type":"none",
                                  "text": "位置",
                            "fontSize": "17",
                            "float":"left",
                            "width": "70",
                            "select": "true"
                              },
                          {
                            "type":"none",
                            "float": "right",
                            "fontSrc":"/static/iconfont.ttf",
                            "text": "\ue69a"
                          }
                          ]
                      }
                    }
            "navigationBarTitleText": "个人中心"
         }
      },
      {
         "path": "pages/business/cstmr/csmtr",
         "style": {
            // "navigationStyle": "custom"
            "navigationBarTitleText": "甲方单位",
            "titleNView": {
               "buttons": [
                  {
                     "text":"添加",
                     "fontSize":"14px",
                     "float":"right",
                     "width": "44px"
                  }
               ]
            }
         }
      },
      {
         "path": "pages/business/cstmr/addCsmtr",
         "style": {
            "navigationBarTitleText": "添加甲方单位"
         }
      }
      
@@ -86,22 +70,23 @@
      "backgroundColor": "#ffffff",
      "list": [
         {
            "pagePath": "pages/home/home",
            "pagePath": "pages/index/index",
            "iconPath": "static/image/home.png",
            "selectedIconPath": "static/image/Home-Filled-1.png",
            "selectedIconPath": "static/image/home (1).png",
            "text": "主页"
         }, 
         {
            "pagePath": "pages/business/business",
            "iconPath": "static/image/home.png",
            "selectedIconPath": "static/image/Home-Filled-1.png",
            "iconPath": "static/image/desk.png",
            "selectedIconPath": "static/image/desk (1).png",
            "text": "业务"
         }, 
         {
            "pagePath": "pages/user/user",
            "iconPath": "static/image/person.png",
            "selectedIconPath": "static/image/person-1.png",
            "text": "我的"
            "iconPath": "static/image/kehufuwu (2).png",
            "selectedIconPath": "static/image/kehufuwu.png",
            "text": "个人中心"
         }]
   }
}