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