skyouc
7 小时以前 ad1e4e950a4e961a41344e5847d47f91dabd0c29
pages/home/home.vue
@@ -81,13 +81,20 @@
                  cuIcon: 'pulldown',
                  url: '/AGV/AGVOutCall'
               },
               // {
               //    title: '呼叫Agv',
               //    name: 'AGVStart',
               //    color: 'green',
               //    cuIcon: 'order',
               //    url: '/AGV/AGVStart'
               // },
               {
                  title: '缓冲区出库',
                  name: 'PakinIn',
                  color: 'red',
                  cuIcon: 'pulldown',
                  url: '/pakin/PakinBind'
               },
               {
                  title: '盘点',
                  name: 'Check',
                  color: 'green',
                  cuIcon: 'order',
                  url: '/check/check'
               },
               // {
               //    title: 'Agv储位解绑',
               //    name: 'AGVUnbind',
@@ -183,9 +190,9 @@
               // },
               {
                  title: '退出登录',
                  name: 'logOut',
                  name: '',
                  color: 'grey',
                  cuIcon: 'exit',
                  cuIcon: '',
                  url: '/login/logOut'
               },
@@ -229,9 +236,9 @@
                     }
                     that.elements.push({
                        title: '退出登录',
                        name: 'logOut',
                        name: '',
                        color: 'grey',
                        cuIcon: 'exit',
                        cuIcon: '',
                        url: '/login/logOut'
                     })
                  } else if (res.code === 403) {