#
whycq
2022-09-23 c68306551b6c2e2d2c39997ad9e9b920a1a73ece
pages.json
@@ -1,15 +1,16 @@
{
   "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
      {
         "path": "pages/home/home",
         "style": {
            "navigationBarTitleText": "主页"
         }
      },
      {
         "path": "pages/login/login",
         "style": {
            "navigationBarTitleText": "登录"
         }
      },
      {
         "path": "pages/home/home",
         "style": {
            "navigationBarTitleText": "主页"
         }
      },
      {
@@ -21,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"
                          }
                          ]
                      }
                    }
         }
      }
      
@@ -29,7 +50,7 @@
   ],
   "globalStyle": {
      "navigationBarTextStyle": "black",
      "navigationBarTitleText": "CRM",
      // "navigationBarTitleText": "CRM",
      "navigationBarBackgroundColor": "#F8F8F8",
      "backgroundColor": "#F8F8F8"
   },