严智鑫
2024-10-12 acf24306aa69bb7f864e9bfa59995ccece785d30
UI-Project/src/router/index.js
@@ -23,84 +23,84 @@
      name: 'main',
      component: () => import('../layout/MainErpView.vue'),
      children: [
        {
          /*----------- 自动上片 ----------------*/
          path: 'UpperSlice',
          name: 'upperSlice',
          component: () => import('../views/UpperSlice/upperSlice.vue'),
          children: [
            {
              path: '/UpperSlice/upperSlice',
              name: 'upperSlice',
              component: () => import('../views/UpperSlice/upperSlice.vue'),
            }
          ]
        },
        {
          /*----------- 自动扫码 ----------------*/
          path: 'ScanQrCodesIdentify',
          name: 'scanQrCodesIdentify',
          component: () => import('../views/ScanQrCodesIdentify/scanQrCodesIdentify.vue'),
          children: [
            {
              path: '/ScanQrCodesIdentify/scanQrCodesIdentify',
              name: 'scanQrCodesIdentify',
              component: () => import('../views/ScanQrCodesIdentify/scanQrCodesIdentify.vue'),
            }
          ]
        },
        {
          /*----------- 磨边机 ----------------*/
          path: 'Edging',
          name: 'edging',
          component: () => import('../views/Edging/edging.vue'),
          children: [
            {
              path: '/Edging/edging',
              name: 'edging',
              component: () => import('../views/Edging/edging.vue'),
            }
          ]
        },
        {
          /*----------- 清洗机 ----------------*/
          path: 'Cleaning',
          name: 'cleaning',
          component: () => import('../views/Cleaning/cleaning.vue'),
          children: [
            {
              path: '/Cleaning/cleaning',
              name: 'cleaning',
              component: () => import('../views/Cleaning/cleaning.vue'),
            }
          ]
        },flipSlice
        {
          /*----------- 翻片台 ----------------*/
          path: 'FlipSlice',
          name: 'flipSlice',
          component: () => import('../views/FlipSlice/flipSlice.vue'),
          children: [
            {
              path: '/FlipSlice/flipSlice',
              name: 'flipSlice',
              component: () => import('../views/FlipSlice/flipSlice.vue'),
            }
          ]
        },
        {
          /*----------- 扫码2 ----------------*/
          path: 'ScanQrCodesVerify',
          name: 'scanQrCodesVerify',
          component: () => import('../views/ScanQrCodesVerify/scanQrCodesVerify.vue'),
          children: [
            {
              path: '/ScanQrCodesVerify/scanQrCodesVerify',
              name: 'scanQrCodesVerify',
              component: () => import('../views/ScanQrCodesVerify/scanQrCodesVerify.vue'),
            }
          ]
        },
        // {
        //   /*----------- 自动上片 ----------------*/
        //   path: 'UpperSlice',
        //   name: 'upperSlice',
        //   component: () => import('../views/UpperSlice/upperSlice.vue'),
        //   children: [
        //     {
        //       path: '/UpperSlice/upperSlice',
        //       name: 'upperSlice',
        //       component: () => import('../views/UpperSlice/upperSlice.vue'),
        //     }
        //   ]
        // },
        // {
        //   /*----------- 自动扫码 ----------------*/
        //   path: 'ScanQrCodesIdentify',
        //   name: 'scanQrCodesIdentify',
        //   component: () => import('../views/ScanQrCodesIdentify/scanQrCodesIdentify.vue'),
        //   children: [
        //     {
        //       path: '/ScanQrCodesIdentify/scanQrCodesIdentify',
        //       name: 'scanQrCodesIdentify',
        //       component: () => import('../views/ScanQrCodesIdentify/scanQrCodesIdentify.vue'),
        //     }
        //   ]
        // },
        // {
        //   /*----------- 磨边机 ----------------*/
        //   path: 'Edging',
        //   name: 'edging',
        //   component: () => import('../views/Edging/edging.vue'),
        //   children: [
        //     {
        //       path: '/Edging/edging',
        //       name: 'edging',
        //       component: () => import('../views/Edging/edging.vue'),
        //     }
        //   ]
        // },
        // {
        //   /*----------- 清洗机 ----------------*/
        //   path: 'Cleaning',
        //   name: 'cleaning',
        //   component: () => import('../views/Cleaning/cleaning.vue'),
        //   children: [
        //     {
        //       path: '/Cleaning/cleaning',
        //       name: 'cleaning',
        //       component: () => import('../views/Cleaning/cleaning.vue'),
        //     }
        //   ]
        // },flipSlice
        // {
        //   /*----------- 翻片台 ----------------*/
        //   path: 'FlipSlice',
        //   name: 'flipSlice',
        //   component: () => import('../views/FlipSlice/flipSlice.vue'),
        //   children: [
        //     {
        //       path: '/FlipSlice/flipSlice',
        //       name: 'flipSlice',
        //       component: () => import('../views/FlipSlice/flipSlice.vue'),
        //     }
        //   ]
        // },
        // {
        //   /*----------- 扫码2 ----------------*/
        //   path: 'ScanQrCodesVerify',
        //   name: 'scanQrCodesVerify',
        //   component: () => import('../views/ScanQrCodesVerify/scanQrCodesVerify.vue'),
        //   children: [
        //     {
        //       path: '/ScanQrCodesVerify/scanQrCodesVerify',
        //       name: 'scanQrCodesVerify',
        //       component: () => import('../views/ScanQrCodesVerify/scanQrCodesVerify.vue'),
        //     }
        //   ]
        // },
        {
          /*----------- 自动打标机 ----------------*/
          path: 'Marking',
@@ -140,71 +140,71 @@
            }
          ]
        },
        {
          /*----------- 烘干线 ----------------*/
          path: 'Drying',
          name: 'drying',
          component: () => import('../views/Drying/drying.vue'),
          children: [
            {
              path: '/Drying/drying',
              name: 'drying',
              component: () => import('../views/Drying/drying.vue'),
            }
          ]
        },
        {
          /*----------- 旋转台 ----------------*/
          path: 'Rotate',
          name: 'rotate',
          component: () => import('../views/Rotate/rotate.vue'),
          children: [
            {
              path: '/Rotate/rotate',
              name: 'rotate',
              component: () => import('../views/Rotate/rotate.vue'),
            }
          ]
        },
        {
          /*----------- 自动贴膜机 ----------------*/
          path: 'Lamination',
          name: 'lamination',
          component: () => import('../views/Lamination/lamination.vue'),
          children: [
            {
              path: '/Lamination/lamination',
              name: 'lamination',
              component: () => import('../views/Lamination/lamination.vue'),
            }
          ]
        },
        {
          /*----------- 报工管理 ----------------*/
          path: 'ZiDongShangpian',
          name: 'zidongshangpian',
          component: () => import('../views/Marking/marking.vue'),
          children: [
            {
              path: '/Marking/marking',
              name: 'marking',
              component: () => import('../views/Marking/marking.vue'),
            }
          ]
        },
        {
          /*----------- 报表管理 ----------------*/
          path: 'ZiDongShangpian',
          name: 'zidongshangpian',
          component: () => import('../views/Marking/marking.vue'),
          children: [
            {
              path: '/Marking/marking',
              name: 'marking',
              component: () => import('../views/Marking/marking.vue'),
            }
          ]
        },
        // {
        //   /*----------- 烘干线 ----------------*/
        //   path: 'Drying',
        //   name: 'drying',
        //   component: () => import('../views/Drying/drying.vue'),
        //   children: [
        //     {
        //       path: '/Drying/drying',
        //       name: 'drying',
        //       component: () => import('../views/Drying/drying.vue'),
        //     }
        //   ]
        // },
        // {
        //   /*----------- 旋转台 ----------------*/
        //   path: 'Rotate',
        //   name: 'rotate',
        //   component: () => import('../views/Rotate/rotate.vue'),
        //   children: [
        //     {
        //       path: '/Rotate/rotate',
        //       name: 'rotate',
        //       component: () => import('../views/Rotate/rotate.vue'),
        //     }
        //   ]
        // },
        // {
        //   /*----------- 自动贴膜机 ----------------*/
        //   path: 'Lamination',
        //   name: 'lamination',
        //   component: () => import('../views/Lamination/lamination.vue'),
        //   children: [
        //     {
        //       path: '/Lamination/lamination',
        //       name: 'lamination',
        //       component: () => import('../views/Lamination/lamination.vue'),
        //     }
        //   ]
        // },
        // {
        //   /*----------- 报工管理 ----------------*/
        //   path: 'ZiDongShangpian',
        //   name: 'zidongshangpian',
        //   component: () => import('../views/Marking/marking.vue'),
        //   children: [
        //     {
        //       path: '/Marking/marking',
        //       name: 'marking',
        //       component: () => import('../views/Marking/marking.vue'),
        //     }
        //   ]
        // },
        // {
        //   /*----------- 报表管理 ----------------*/
        //   path: 'ZiDongShangpian',
        //   name: 'zidongshangpian',
        //   component: () => import('../views/Marking/marking.vue'),
        //   children: [
        //     {
        //       path: '/Marking/marking',
        //       name: 'marking',
        //       component: () => import('../views/Marking/marking.vue'),
        //     }
        //   ]
        // },
        /*----------- 系统管理 ----------------*/
        {
          path: 'User',