diff --git a/src/router/index.js b/src/router/index.js index e6a1437..3e87206 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -17,10 +17,10 @@ import Layout from '@/layout' * redirect: noRedirect // 当设置 noRedirect 的时候该路由在面包屑导航中不可被点击 * name:'router-name' // 设定路由的名字,一定要填写不然使用时会出现各种问题 * meta : { - noCache: true // 如果设置为true,则不会被 缓存(默认 false) - title: 'title' // 设置该路由在侧边栏和面包屑中展示的名字 - icon: 'svg-name' // 设置该路由的图标,对应路径src/assets/icons/svg - breadcrumb: false // 如果设置为false,则不会在breadcrumb面包屑中显示 + noCache: true // 如果设置为true,则不会被 缓存(默认 false) + title: 'title' // 设置该路由在侧边栏和面包屑中展示的名字 + icon: 'svg-name' // 设置该路由的图标,对应路径src/assets/icons/svg + breadcrumb: false // 如果设置为false,则不会在breadcrumb面包屑中显示 } */ @@ -152,7 +152,25 @@ export const constantRoutes = [ component: (resolve) => require(['@/views/kanbanManagement/mainProductionBoard.vue'], resolve), hidden: true, }, - + // 设备管理 + { + name: 'Fullscreen', + path: '/fullscreen', + component: () => import('@/views/deviceManagement/datascreen/index.vue'), + hidden: true + }, + // { + // name: 'Fullscreen2', + // path: '/fullscreen2', + // component: () => import('@/views/andonManagement/analysis/fullscreen/index.vue'), + // hidden: true + // }, + { + name: 'TheTaskExecuteView', + path: '/TheTaskExecuteView', + component: () => import('@/views/deviceManagement/deviceTaskExecute/TheTaskExecuteView.vue'), + hidden: true + }, // { // path: '/qualityManagement/FQC/qualityStatistics', // component: (resolve) => require(['@/views/qualityManagement/FQC/qualityStatistics.vue'], resolve), diff --git a/src/views/deviceManagement/components/BaseDeviceAccountTreeSelect/index.vue b/src/views/deviceManagement/components/BaseDeviceAccountTreeSelect/index.vue index dfb7c63..49f922e 100644 --- a/src/views/deviceManagement/components/BaseDeviceAccountTreeSelect/index.vue +++ b/src/views/deviceManagement/components/BaseDeviceAccountTreeSelect/index.vue @@ -1,31 +1,35 @@ - + diff --git a/src/views/deviceManagement/deviceRepair/index.vue b/src/views/deviceManagement/deviceRepair/index.vue index b2913e4..2d18b76 100644 --- a/src/views/deviceManagement/deviceRepair/index.vue +++ b/src/views/deviceManagement/deviceRepair/index.vue @@ -4,13 +4,13 @@ * @Date: (2024-05-28) -->