diff --git a/src/config/router.config.js b/src/config/router.config.js index ab10e38..1cfc4e2 100644 --- a/src/config/router.config.js +++ b/src/config/router.config.js @@ -85,7 +85,7 @@ export const constantRouterMap = [ { path: 'productionCommandCenter', name: 'productionCommandCenter', - component: () => import(/* webpackChunkName: "largeScreen" */ '@/views/largeScreen/ProductionCommandCenter1') + component: () => import(/* webpackChunkName: "largeScreen" */ '@/views/largeScreen/ProductionCommandCenter2') } ] }, diff --git a/src/views/largeScreen/ProductionCommandCenter2.vue b/src/views/largeScreen/ProductionCommandCenter2.vue new file mode 100644 index 0000000..5c4fafe --- /dev/null +++ b/src/views/largeScreen/ProductionCommandCenter2.vue @@ -0,0 +1,303 @@ + + + + +