#
whycq
2023-07-06 7ba413eb7b3af78462786952e3569b9b6d2b4201
pages/home/home.vue
@@ -23,7 +23,8 @@
            token: '',
            icon: '',
            elements: [],
            elements2: [{
            elements2: [
               {
                  title: '组托入库',
                  name: 'pakin',
                  color: 'cyan',
@@ -31,11 +32,39 @@
                  url: '/pakin/pakin'
               },
               {
                  title: '订单入库',
                  title: 'AGV组托',
                  name: 'AGVPakin',
                  color: 'olive',
                  cuIcon: 'pullup',
                  url: '/AGV/AGVPakin'
               },
               {
                  title: 'AGV上架绑定',
                  name: 'AGVPakinOn',
                  color: 'olive',
                  // cuIcon: 'pullup',
                  url: '/AGV/AGVPakinBing'
               },
               {
                  title: 'AGV上架组托',
                  name: 'AGVPakinOn',
                  color: 'olive',
                  // cuIcon: 'pullup',
                  url: '/AGV/AGVPakinOn'
               },
               {
                  title: '订单组托',
                  name: 'orderPakin',
                  color: 'blue',
                  cuIcon: 'pullup',
                  url: '/order/orderPakin'
               },
               {
                  title: '组托上架',
                  name: 'putOn',
                  color: 'cyan',
                  cuIcon: 'pullup',
                  url: '/pakin/putOn'
               },
               // {
               //    title: '打印',
@@ -165,11 +194,12 @@
                        });
                     }, 1000);
                  } else if(res.status === 404) {
                     uni.showToast({
                        title: '404',
                        icon: "none",
                        position: 'top'
                     })
                     that.elements = that.elements2
                     // uni.showToast({
                     //    title: '默认主页',
                     //    icon: "none",
                     //    position: 'top'
                     // })
                  } else {
                     uni.showToast({
                        title: res.msg,