This commit is contained in:
hzz 2025-03-25 16:09:45 +08:00
parent f0b6b6f6ab
commit fcdd14f0f4

View File

@ -74,7 +74,6 @@ export const constantRoutes = [
{ {
path: '/screen', path: '/screen',
component: ScaleScreen, component: ScaleScreen,
hidden: true,
redirect: 'noredirect', redirect: 'noredirect',
children: [ children: [
// { // {
@ -84,7 +83,7 @@ export const constantRoutes = [
// hidden: true // hidden: true
// }, // },
{ {
path: "/screen/R_D_Environment", path: "R_D_Environment",
name: "R_D_Environment", name: "R_D_Environment",
component: () => import("../views/screen/R_D_Environment/index.vue"), component: () => import("../views/screen/R_D_Environment/index.vue"),
hidden: true hidden: true
@ -94,7 +93,7 @@ export const constantRoutes = [
path: "microFactory", path: "microFactory",
name: "MicroFactory", name: "MicroFactory",
component: () => import("../views/screen/microFactory/index.vue"), component: () => import("../views/screen/microFactory/index.vue"),
// meta: { title: '大屏首页', icon: 'dashboard', affix: true } meta: { title: '微工厂', icon: 'dashboard', affix: true },
}, },
{ {
path: "devItem_:id", path: "devItem_:id",