pang.jiabao
2025-03-07 99eb82d94843caa48ca38582bca2d7275c59809c
pages.json
@@ -1,4 +1,12 @@
{
{
   // "easycom": {
   //    "autoscan": true,
   //    "custom": {
   //       // uni-ui 规则如下配置
   //       "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
   //    }
   // },
   "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
      {
         "path": "pages/login/login",
@@ -9,7 +17,8 @@
      {
         "path": "pages/home/home",
         "style": {
            "navigationBarTitleText": "主 页"
            "navigationBarTitleText": "主 页",
            "navigationStyle": "custom"
         }
      },
      {
@@ -33,7 +42,7 @@
      {
         "path": "pages/pakin/pakin",
         "style": {
            "navigationBarTitleText": "组 托"
            "navigationBarTitleText": "组托入库"
         }
      },
      {
@@ -141,7 +150,7 @@
      {
         "path": "pages/pakin/putOn",
         "style": {
            "navigationBarTitleText": "组托上架"
            "navigationBarTitleText": "平库上架"
         }
      },
      {
@@ -150,7 +159,6 @@
            "navigationBarTitleText": "换板绑定"
         }
      },
      {
         "path": "pages/print/qr",
         "style": {
@@ -191,7 +199,34 @@
            "navigationBarTitleText" : "物料提取"
         }
      }
   ],
       ,{
            "path" : "pages/stock/outFlat",
            "style" :
            {
                "navigationBarTitleText": "平库下架",
                "enablePullDownRefresh": false
            }
        },
      {
            "path" : "pages/stock/orderBindSeed",
            "style" :
            {
                "navigationBarTitleText": "地标绑定",
                "enablePullDownRefresh": false
            }
        }
        ,{
            "path" : "pages/order/orderOutConfirm",
            "style" :
            {
                "navigationBarTitleText": "订单出库确认",
                "enablePullDownRefresh": false
            }
        }
    ],
   "globalStyle": {
      "navigationBarTextStyle": "black",
      "navigationBarTitleText": "uni-app",