wangfei
2025-02-11 afe62150047b3d808ea02ca127f74bfe3828ec2f
UI-Project/src/router/index.js
@@ -73,6 +73,11 @@
          name: 'identifwu',
          component: () => import('../views/Identify/identifwu.vue')
        },
        {
          path: '/Identify/identifwutwo',
          name: 'identifwutwo',
          component: () => import('../views/Identify/identifwutwo.vue')
        },
      ]
    },
    /*----------- 卧式缓存 ----------------*/
@@ -240,7 +245,7 @@
    }
  ]
 },
  /*----------- 大屏显示 ----------------*/
  /*----------- 显示 ----------------*/
  {
    path: 'largescreen',
    name: 'largescreen',
@@ -266,7 +271,20 @@
      },
    ]
  },
  /*----------- 大屏显示 ----------------*/
  {
    path: 'largescreendisplay',
    name: 'screendisplay',
    component: () => import('../views/largescreendisplay/screendisplay.vue'),
    children: [
      {
        path: '/largescreendisplay/screendisplay',
        name: 'screendisplay',
        component: () => import('../views/largescreendisplay/screendisplay.vue')
      },
    ]
  },
        /*----------- 中空 ----------------*/
        {
          path: 'hollow',
@@ -277,6 +295,11 @@
              path: '/hollow/hollowequipment',
              name: 'hollowequipment',
              component: () => import('../views/hollow/hollowequipment.vue')
            },
            {
              path: '/hollow/hollowequipmenttwo',
              name: 'hollowequipmenttwo',
              component: () => import('../views/hollow/hollowequipmenttwo.vue')
            },
            {
              path: '/hollow/hollowslicecage',
@@ -308,10 +331,10 @@
            // },
          ]
        },
        {
          path: '',
          redirect: '/Returns/upreturns'
        }
        // {
        //   path: '',
        //   redirect: '/hollow/hollowslicecage'
        // }
      ]
    },
    {