#
whycq
2024-03-28 4775cc85f057cf091235b7c26c4037a8eca06391
pages.json
@@ -2,6 +2,15 @@
   "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
      
      {
          "path" : "pages/test/test01",
          "style" :
          {
              "navigationBarTitleText": "测试1",
              "enablePullDownRefresh": false
          }
      },
      {
         "path": "pages/LoginDemo/LoginDemo",
         "style": {
            "navigationBarTitleText": "登录"
@@ -54,13 +63,83 @@
         "style": {
            "navigationBarTitleText": "Demo Home"
         }
      },
      {
         "path": "pages/project/ps/home/home",
         "style": {
            "navigationBarTitleText": "主页"
         }
      },
       {
            "path" : "pages/project/ps/pakin/pakin",
            "style" :
            {
                "navigationBarTitleText": "组托",
                "enablePullDownRefresh": false
            }
        }
        ,{
            "path" : "pages/project/pakin/pakin",
            "style" :
            {
                "navigationBarTitleText": "组托入库",
                "enablePullDownRefresh": false,
            "app-plus": {
               "titleNView": {
                  "backgroundColor": "#fff"
               }
            }
            }
        }
        ,{
            "path" : "pages/maoboli/card",
            "style" :
            {
                "navigationBarTitleText": "card",
                "enablePullDownRefresh": false
            }
        },
      {
          "path" : "pages/maoboli/maoboli",
          "style" :
          {
              "navigationBarTitleText": "毛玻璃",
              "enablePullDownRefresh": false
          }
      },
      {
         "path" : "pages/common/mat/matPick",
         "style" :
         {
            "navigationBarTitleText" : "提取物料",
            "enablePullDownRefresh" : false
         }
      },
      {
         "path" : "pages/user/user",
         "style" :
         {
            "navigationBarTitleText" : "账号",
            "enablePullDownRefresh" : false
         }
      }
   ],
    ],
   "globalStyle": {
      "navigationBarTextStyle": "black",
      "navigationBarTitleText": "uni-app",
      "navigationBarBackgroundColor": "#F8F8F8",
      "backgroundColor": "#F8F8F8"
      "navigationBarBackgroundColor": "#fff",
      "backgroundColor": "#fff",
      "app-plus": {
         "bounce": "none"
      }
   },
   "uniIdRouter": {}
}