|
@@ -73,7 +73,7 @@ export const constantRoutes = [
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/pptyulan',
|
|
path: '/pptyulan',
|
|
- name:'pptyulan',
|
|
|
|
|
|
+ name: 'pptyulan',
|
|
component: (resolve) => require(['@/views/yulan/index'], resolve),
|
|
component: (resolve) => require(['@/views/yulan/index'], resolve),
|
|
hidden: true
|
|
hidden: true
|
|
},
|
|
},
|
|
@@ -160,7 +160,8 @@ export const constantRoutes = [
|
|
path: 'rcaudit',
|
|
path: 'rcaudit',
|
|
component: (resolve) => require(['@/views/ehs/rcaudit/index'], resolve),
|
|
component: (resolve) => require(['@/views/ehs/rcaudit/index'], resolve),
|
|
name: 'Rcaudit',
|
|
name: 'Rcaudit',
|
|
- meta: { title: 'RC审计助手',
|
|
|
|
|
|
+ meta: {
|
|
|
|
+ title: 'RC审计助手',
|
|
keepAlive: true,
|
|
keepAlive: true,
|
|
scrollTop: 0,
|
|
scrollTop: 0,
|
|
}
|
|
}
|
|
@@ -595,6 +596,22 @@ export const constantRoutes = [
|
|
]
|
|
]
|
|
},
|
|
},
|
|
|
|
|
|
|
|
+ //生产运行子页面
|
|
|
|
+ {
|
|
|
|
+ path: '/produce',
|
|
|
|
+ component: Layout,
|
|
|
|
+ hidden: true,
|
|
|
|
+ children: [
|
|
|
|
+ {
|
|
|
|
+ path: 'materialChild1',
|
|
|
|
+ component: (resolve) => require(['@/views/monitor/materialChild/materialChild1.vue'], resolve),
|
|
|
|
+ name: 'model1',
|
|
|
|
+ hidden: true,
|
|
|
|
+ meta: { title: '工艺流程图' }
|
|
|
|
+ },
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+
|
|
// 2023-02 首页重构
|
|
// 2023-02 首页重构
|
|
{
|
|
{
|
|
path: '/BCCdashboardNew',
|
|
path: '/BCCdashboardNew',
|