From 9617a78233b8b325440c315d2e7c6b3c6bf55c09 Mon Sep 17 00:00:00 2001 From: Vce Date: Sun, 2 Jun 2024 22:08:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8C=87=E6=8C=A5=E9=83=A8?= =?UTF-8?q?=E5=A4=A7=E5=B1=8F=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 +- src/assets/images/commandScreen/number-bg.png | Bin 0 -> 1260 bytes src/routers/modules/staticRouter.ts | 4 +- .../commandCenter/centerBottom.vue | 2 +- .../commandCenter/leftBottom(旧版2).vue | 794 ++++++++++++ .../commandCenter/leftBottom.vue | 1087 ++++++----------- 6 files changed, 1200 insertions(+), 691 deletions(-) create mode 100644 src/assets/images/commandScreen/number-bg.png create mode 100644 src/views/commandScreen/commandCenter/leftBottom(旧版2).vue diff --git a/.env.development b/.env.development index c77c6ea..a2acb68 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,7 @@ NODE_ENV = 'development' # 后端本地 # VITE_API_URL = 'http://192.168.34.221:19111' # VITE_API_URL = 'http://192.168.34.221:9111' #雄哥本地 -# VITE_API_URL = 'http://182.90.224.237:51234' #雄哥远程 +VITE_API_URL = 'http://182.90.224.237:51234' #雄哥远程 # VITE_API_URL = 'http://192.168.34.221:28889' # VITE_API_URL = 'http://121.196.214.246/api' # VITE_API_URL = 'http://jxj.zhgdyun.com:100' @@ -24,7 +24,7 @@ NODE_ENV = 'development' # VITE_API_URL = 'http://182.90.224.237:15551' # agjt # VITE_API_URL = 'http://42.180.188.17:9809' #生产环境 -VITE_API_URL = 'http://42.180.188.17:11211' #测试环境 +# VITE_API_URL = 'http://42.180.188.17:11211' #测试环境 # VITE_API_URL = 'http://jxj.zhgdyun.com:19812' # 苏立信 # VITE_API_URL = 'http://101.43.164.214:11111' diff --git a/src/assets/images/commandScreen/number-bg.png b/src/assets/images/commandScreen/number-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..15e8131c895800e7642ecf921c6397479c00efaf GIT binary patch literal 1260 zcmVvFM03f<-O!(GIZ+hb4DcWx7L2|Z+|Y7|4XPh zCTKls9+S)afsc^(bMTKbqcdtuB#{m2UPonhR-JPa&>Mdt>Fn;Ni!{35IhiCHu`O5d`t8k?W!^FUjq&-OLap^z@3&T;Ee=lJX`ecGWtSlE z=WvhK`c9PQce?f&drdb#JbH3w{Kn;hk*iZR9spYFFMbeDsF-mf_&*5%U1z0M=6=t0 zsg)VcxDX+%X6lsQaP9aP*QJ&e(=3X(H(EA8ostBLT2?}t$vMmPkB~?dibJOu#Zo{m zbCeboQL_?QER!lyg#{s9LP5%9=2!*woyg>sf*P_= zN;4-+CLy58LKFef^Yokmd`K2h6g0$;feb$o&wTpe7v)@`%Wg>kATngZpn`^) z)4)Rx3R6^c0n|SYYdQ0FQWXiDZXyQlDWvt1;@m!&3YeaD?F1bU6K{=$@Tmhfbo;a` z!eAj>`cT${>Ao~#Zo57yLJcEGdvFV9d*sgPL+JHa@b=Xwl^6)oCPE#WU2;19(GKN+PO@bHukjq+5l`i{O0vD>a z37*=Apt*`^xIuvn)rxk+n}W8Ed({|(4kFsUZEHoKvbN{gH+MxSQgHW1)UXNZYEc+{ zAqCF|1s@Aw;MZohFhHdbrl=NjkqSq)xYk+-`+lhGGjlc?tq-{hR>fAaEf?z2h{f1F z1v9g%z}(*tbt@dP;OY)l`cRn+!_~J=2_ztFi&O}_>+=)pF56f#OpDYi0)+^!ON}45 zZ#1u+#U^;B&|Rg!MHgm=xGvpu+x)!q@lzwWc7MKGCSTuLE2oFlvCpA( import("@/views/sevenLargeScreen/indexL.vue"), //七参数标准版 - // component: () => import("@/views/commandScreen/indexCommand.vue"), //指挥部大屏 + // component: () => import("@/views/sevenLargeScreen/indexL.vue"), //七参数标准版 + component: () => import("@/views/commandScreen/indexCommand.vue"), //指挥部大屏 // component: () => import("@/views/sevenLargeScreen/indexL_syhy.vue"), // 只有一级路由(盘锦、嘉兴、鄱湖美湾医疗项目需切换至该首页) children: [ { diff --git a/src/views/commandScreen/commandCenter/centerBottom.vue b/src/views/commandScreen/commandCenter/centerBottom.vue index 7aff41c..98dc14a 100644 --- a/src/views/commandScreen/commandCenter/centerBottom.vue +++ b/src/views/commandScreen/commandCenter/centerBottom.vue @@ -218,7 +218,7 @@ onMounted(async () => { width: 100%; height: calc(100% - 40px); overflow: hidden; - + // background: #fff; .item { width: 100%; diff --git a/src/views/commandScreen/commandCenter/leftBottom(旧版2).vue b/src/views/commandScreen/commandCenter/leftBottom(旧版2).vue new file mode 100644 index 0000000..9b83de3 --- /dev/null +++ b/src/views/commandScreen/commandCenter/leftBottom(旧版2).vue @@ -0,0 +1,794 @@ + + + + + diff --git a/src/views/commandScreen/commandCenter/leftBottom.vue b/src/views/commandScreen/commandCenter/leftBottom.vue index 9b83de3..d1a52a8 100644 --- a/src/views/commandScreen/commandCenter/leftBottom.vue +++ b/src/views/commandScreen/commandCenter/leftBottom.vue @@ -1,59 +1,66 @@