#
whycq
2022-09-22 13982bb9c69e7faa7dc1b96f3048e76314b7f95c
pages.json
@@ -22,7 +22,27 @@
      {
         "path": "pages/user/user",
         "style": {
            "navigationBarTitleText": "我的"
            // "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"
                          }
                          ]
                      }
                    }
         }
      }
      
@@ -30,7 +50,7 @@
   ],
   "globalStyle": {
      "navigationBarTextStyle": "black",
      "navigationBarTitleText": "CRM",
      // "navigationBarTitleText": "CRM",
      "navigationBarBackgroundColor": "#F8F8F8",
      "backgroundColor": "#F8F8F8"
   },