From 818eb2517eb560d488ed07af0a65085f5db2d475 Mon Sep 17 00:00:00 2001 From: wangjr <280364734@qq.com> Date: Tue, 9 Sep 2025 16:32:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:=204096*2160=E5=9B=BE=E8=A1=A8=E8=B0=83?= =?UTF-8?q?=E6=95=B4=EF=BC=88=E7=8E=B0=E5=9C=A86=E4=B8=AA=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/router.config.js | 2 +- .../largeScreen/ProductionCommandCenter2.vue | 303 ++++++++++++++++++ 2 files changed, 304 insertions(+), 1 deletion(-) create mode 100644 src/views/largeScreen/ProductionCommandCenter2.vue 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 @@ + + + + +