소스 검색

工艺流程图2

km林芳旭 2 년 전
부모
커밋
14f9b829c1
2개의 변경된 파일337개의 추가작업 그리고 167개의 파일을 삭제
  1. 11 19
      ui/src/router/index.js
  2. 326 148
      ui/src/views/monitor/materialChild/materialChild2.vue

+ 11 - 19
ui/src/router/index.js

@@ -598,27 +598,19 @@ export const constantRoutes = [
 
   //生产运行子页面
   {
-    path: '/produce',
-    component: Layout,
+    path: '/materialChild1',
+    component: (resolve) => require(['@/views/monitor/materialChild/materialChild1.vue'], resolve),
+    name: 'materialChild1',
     hidden: true,
-    children: [
-      {
-        path: 'materialChild1',
-        component: (resolve) => require(['@/views/monitor/materialChild/materialChild1.vue'], resolve),
-        name: 'materialChild1',
-        hidden: true,
-        meta: { title: '工艺流程图' }
-      },
-      {
-        path: 'materialChild2',
-        component: (resolve) => require(['@/views/monitor/materialChild/materialChild2.vue'], resolve),
-        name: 'materialChild2',
-        hidden: true,
-        meta: { title: '工艺流程图' }
-      },
-    ]
+    meta: { title: '工艺流程图' }
+  },
+  {
+    path: '/materialChild2',
+    component: (resolve) => require(['@/views/monitor/materialChild/materialChild2.vue'], resolve),
+    name: 'materialChild2',
+    hidden: true,
+    meta: { title: '工艺流程图' }
   },
-
   // 2023-02 首页重构
   {
     path: '/BCCdashboardNew',

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 326 - 148
ui/src/views/monitor/materialChild/materialChild2.vue


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.