#
zhou zhou
10 天以前 b13760a228deb5957f1c029689c2a28676bce94f
pages.json
@@ -1,27 +1,5 @@
{
   "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
      {
         "path": "pages/print/printUNI",
         "style": {
            "navigationBarTitleText": "UNI打印"
         }
      },
      {
         "path": "pages/print/print",
         "style": {
            "navigationBarTitleText": "打印"
         }
      },
      {
         "path": "pages/print/qr",
         "style": {
            "navigationBarTitleText": "二维码"
         }
      },
   "pages": [
      {
         "path": "pages/login/login",
         "style": {
@@ -53,21 +31,37 @@
         }
      },
      {
         "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/AGV/agv_start",
         "style": {
            "navigationBarTitleText": "AGV容器入库",
            "enablePullDownRefresh": false
         }
      },
      {
         "path": "pages/AGV/agv_back",
         "style": {
            "navigationBarTitleText": "AGV容器回库",
            "enablePullDownRefresh": false
         }
      },
      {
@@ -76,14 +70,6 @@
            "navigationBarTitleText": "库存查询"
         }
      },
      {
         "path": "pages/stock/stockCheck",
         "style": {
            "navigationBarTitleText": "库存盘点"
         }
      },
      {
         "path": "pages/login/logOut",
         "style": {