From 8ef5374fa3d09b0c9af4de2f9087e4e578b486a0 Mon Sep 17 00:00:00 2001 From: xudan Date: Tue, 1 Jul 2025 14:46:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0API=E5=92=8CWebSocket?= =?UTF-8?q?=E4=BB=A3=E7=90=86=E5=9C=B0=E5=9D=80=EF=BC=8C=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=8C=BA=E5=9F=9F=E5=9B=BE=E6=A0=87=EF=BC=8C=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E8=A1=8C=E9=80=89=E6=8B=A9=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/icons/light/area13-active.png | Bin 0 -> 578 bytes src/assets/icons/light/area13-detail.png | Bin 0 -> 568 bytes src/assets/icons/light/area13.png | Bin 0 -> 536 bytes src/components/modal/point-bind-modal.vue | 2 +- src/components/modal/robot-add-modal.vue | 2 +- src/components/modal/robot-bind-modal.vue | 2 +- src/components/modal/route-bind-modal.vue | 2 +- src/pages/movement-supervision.vue | 2 +- vite.config.ts | 4 ++-- 9 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 src/assets/icons/light/area13-active.png create mode 100644 src/assets/icons/light/area13-detail.png create mode 100644 src/assets/icons/light/area13.png diff --git a/src/assets/icons/light/area13-active.png b/src/assets/icons/light/area13-active.png new file mode 100644 index 0000000000000000000000000000000000000000..7e28911059771e29d9fe6813bfa823bf64cd7093 GIT binary patch literal 578 zcmV-I0=@l-P)Px${7FPXRA@u(S*=pTKoI^u2?~Z6pl<*Y6ny|B8c;|Ei=h}SSX8M+;{gK_-T+>p zLsgMWcP7_K(GS6 zp)m4UNK4zEEh43O@^avR5fG7m07n3R0X&g>E3>MDepnBP$PIw41oV*Pg@r&>{on-d zGdXi+Ay8F65-5EOiAYt8R@ILlh#p8MwL{3o5L%58N>$Kx+xcbA|NH5R?(Hm;skn1u zv@Rc4be{xn0fe@`Vb&*ksW(0e>;X7ToqMcibW|7ucqIAml|T^~hu31P#9qJ1q6bLZ z@jF)H)u_brEtFWmA?btXK)OPYD`<(ws_F+PU@G)lx`LJvsHz{9fa7st=4IZ_LNo8^ zS#_uP`!GdtH0-y0DINnw^*Bb*FWh_ff|Y z6UkQAs;fEVGc1#NnT~jtIc9wwO^oic!##s>snZu9NfrtCu;M(=XuJph0E->^KqjF~ QhyVZp07*qoM6N<$f?g8)=l}o! literal 0 HcmV?d00001 diff --git a/src/assets/icons/light/area13-detail.png b/src/assets/icons/light/area13-detail.png new file mode 100644 index 0000000000000000000000000000000000000000..8158489c66f5a9b9629835582fa86286c4be3dba GIT binary patch literal 568 zcmV-80>}M{P)Px$@<~KNRA@u(nZGVYK@i4&H<6&Bq7W*Df<{R+3W+D6Q_<->$L(}V6;B{hC?r%$ ziAp0Op`t-3Wa6ys-Mf3&-t3+~IlIX%?#Z09-#6dPnLRTd8ooLW$4@3uwSt2b7z37p zIba$XEg9@5@C@7*KkN1`0+YZNFi|pS*LH8fDe!6k?Xv<|0VAn%2*o~1gnBg8K3Wp13ObVbZ1iqa^k@Y13YwS$dPR>$U>!*9 zedQSW>bflcL?a*}G!Mwfe##}@zXP6P6L5hJP0CRFXbNNkg$J?%tu16Z2XYSldZ6cc zAET|JS7^P0xPx$(n&-?RA@u(nXxhiK@f(&3yCN%z#9+}@c=?GBB7E>kVr{INX2p_guDSSpoj?B zzwBJ?j@_G`su?@yrjxC`>e=bP|L*Iq?g3*igE6x1>;kL6BB1xbly~3> zxCAcRE^Y%b58M<7^-MutfHgqRnzR9UPRMv;u#8^<#LQ5d0Biy0DY(7ChNI%QLl*#r zj^f^kVo-;E(H9w{!dLfhR_?hiLun)fZ&t!C^kBR(P#_e}Mif4?E(X3j=1F7%hMym4 zPg4#|9Do&I1Na24fqMrvzWUJ_I0oiQqd$N>2LNCF=m5?vgLfPNeDyN`SI6q>QD6Pc zKxV*7>KsC$TM1u}`sxQuVpBnRz(j6pjtsAW1w2mg8?`JVtd~>Ml9@?FTnsT z1M8K(Cl(9x{uS^L8bF)DzDen;AB=$vp!7gyU}6hd&Vif*KOU&H_aVkA)e2p$plu=N zs~^1%mMx}}&0okA#i!!rY^ aQ1lJrnVvD*$jlP}0000g8wv literal 0 HcmV?d00001 diff --git a/src/components/modal/point-bind-modal.vue b/src/components/modal/point-bind-modal.vue index de592da..a09752b 100644 --- a/src/components/modal/point-bind-modal.vue +++ b/src/components/modal/point-bind-modal.vue @@ -84,7 +84,7 @@ const submit = () => { :rowSelection="{ columnWidth: 32, selectedRowKeys: selected, - onChange: (keys) => (selected = keys as string[]), + onChange: (keys: any) => (selected = keys), }" :scroll="{ y: 400 }" bordered diff --git a/src/components/modal/robot-add-modal.vue b/src/components/modal/robot-add-modal.vue index 7bb2123..81e7930 100644 --- a/src/components/modal/robot-add-modal.vue +++ b/src/components/modal/robot-add-modal.vue @@ -69,7 +69,7 @@ const submit = () => { :rowSelection="{ columnWidth: 32, selectedRowKeys: selected, - onChange: (keys) => (selected = keys as string[]), + onChange: (keys: any) => (selected = keys), }" :scroll="{ y: 400 }" bordered diff --git a/src/components/modal/robot-bind-modal.vue b/src/components/modal/robot-bind-modal.vue index 120c502..c964ab1 100644 --- a/src/components/modal/robot-bind-modal.vue +++ b/src/components/modal/robot-bind-modal.vue @@ -53,7 +53,7 @@ const submit = () => { :rowSelection="{ columnWidth: 32, selectedRowKeys: selected, - onChange: (keys) => (selected = keys as string[]), + onChange: (keys: any) => (selected = keys), }" :scroll="{ y: 400 }" bordered diff --git a/src/components/modal/route-bind-modal.vue b/src/components/modal/route-bind-modal.vue index 4ac76bb..d808e45 100644 --- a/src/components/modal/route-bind-modal.vue +++ b/src/components/modal/route-bind-modal.vue @@ -54,7 +54,7 @@ const submit = () => { :rowSelection="{ columnWidth: 32, selectedRowKeys: selected, - onChange: (keys) => (selected = keys as string[]), + onChange: (keys: any) => (selected = keys), }" :scroll="{ y: 400 }" bordered diff --git a/src/pages/movement-supervision.vue b/src/pages/movement-supervision.vue index 00531ed..6b3e7fe 100644 --- a/src/pages/movement-supervision.vue +++ b/src/pages/movement-supervision.vue @@ -117,7 +117,7 @@ const handleRestoreViewState = async () => { {{ title }}--场景仿真 - + 保存比例 diff --git a/vite.config.ts b/vite.config.ts index 4086429..9bcb965 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -45,12 +45,12 @@ export default ({ mode }: Record) => proxy: { '/mocks/': { target: 'http://localhost:8888/web-amr' }, '/api/': { - target: 'http://192.168.189.80:8080/jeecg-boot', + target: 'http://192.168.189.206:8080/jeecg-boot', rewrite: (path) => path.replace(/^\/api/, ''), changeOrigin: true, }, '/ws/': { - target: 'ws://192.168.189.80:8080/jeecg-boot', + target: 'ws://192.168.189.206:8080/jeecg-boot', rewrite: (path) => path.replace(/^\/ws/, ''), changeOrigin: true, ws: true,