#
zhou zhou
10 天以前 b13760a228deb5957f1c029689c2a28676bce94f
pages.json
@@ -1,5 +1,5 @@
{
   "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
   "pages": [
      {
         "path": "pages/login/login",
         "style": {
@@ -31,33 +31,43 @@
         }
      },
      {
         "path": "pages/order/orderPakin",
         "path": "pages/order/orderList",
         "style": {
            "navigationBarTitleText": "订单入库"
            "navigationBarTitleText": "单据列表",
            "enablePullDownRefresh": true
         }
      },
      {
         "path": "pages/order/orderPutOn",
         "path": "pages/order/orderDetlList",
         "style": {
            "navigationBarTitleText": "订单上架"
            "navigationBarTitleText": "单据明细列表"
         }
      },
      {
         "path": "pages/order/orderPutDown",
         "path": "pages/order/orderPakin2",
         "style": {
            "navigationBarTitleText": "订单下架"
            "navigationBarTitleText": "订单组托",
            "enablePullDownRefresh": false
         }
      },
      {
         "path": "pages/print/print",
         "path": "pages/AGV/agv_start",
         "style": {
            "navigationBarTitleText": "打印"
            "navigationBarTitleText": "AGV容器入库",
            "enablePullDownRefresh": false
         }
      },
      {
         "path": "pages/print/printUNI",
         "path": "pages/AGV/agv_back",
         "style": {
            "navigationBarTitleText": "UNI打印"
            "navigationBarTitleText": "AGV容器回库",
            "enablePullDownRefresh": false
         }
      },
      {
         "path": "pages/stock/stockQuery",
         "style": {
            "navigationBarTitleText": "库存查询"
         }
      },
      {