Junjie
2024-11-09 a2019ade7b884799e639150021c3cdeef27eea72
pages.json
@@ -1,7 +1,5 @@
{
   "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
      {
         "path": "pages/LoginDemo/LoginDemo",
         "style": {
@@ -105,6 +103,37 @@
          }
         
          
      },
      {
         "path" : "pages/common/mat/matPick",
         "style" :
         {
            "navigationBarTitleText" : "提取物料",
            "enablePullDownRefresh" : false
         }
      },
      {
          "path" : "pages/project/jmAGV/home",
          "style" :
          {
              "navigationBarTitleText": "主页",
            "navigationStyle": "custom",
            // 去掉顶部导航栏
              "enablePullDownRefresh": false
          }
      },
      {
         "path" : "pages/project/jmAGV/floorOne",
         "style" :
         {
            "navigationBarTitleText" : "一楼",
            "enablePullDownRefresh" : false,
            "navigationStyle": "custom"
            // 去掉顶部导航栏
         }
      }
    ],
   "globalStyle": {
@@ -114,7 +143,8 @@
      "backgroundColor": "#fff",
      "app-plus": {
         "bounce": "none"
      }
      },
      "pageOrientation": "landscape"
      
   },
   "uniIdRouter": {}