From 25fc8591a30b7be8c1bdaea2169bd446d2e826ad Mon Sep 17 00:00:00 2001 From: 18500206848 Date: Thu, 21 Mar 2024 23:50:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=9F=E6=9D=A5=E4=BC=81=E4=B8=9A=E8=A7=84?= =?UTF-8?q?=E6=A8=A1=E7=BB=9F=E4=B8=80=E5=8F=98=E6=9B=B4=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E4=B8=BA=E4=BC=81=E4=B8=9A=E4=BF=A1=E7=94=A8=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/workstation/workbench/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/workstation/workbench/index.vue b/src/views/workstation/workbench/index.vue index 5584f6d..1b88979 100644 --- a/src/views/workstation/workbench/index.vue +++ b/src/views/workstation/workbench/index.vue @@ -26,7 +26,7 @@ import { getMapData } from '@/api/desk/notice' export default { data() { return { - getPageUrl: "http://localhost/largescreen/", + getPageUrl: "http://10.165.0.173/largescreen/", fullScreenFlag: false, fullScreenFlagKey: 0, };