From 69eceeadbfb174361632858e7c0c701c043cdd96 Mon Sep 17 00:00:00 2001 From: liaoboping <2824044657@qq.com> Date: Wed, 20 Aug 2025 16:24:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A3=85=E5=A4=87=E6=95=B0=E6=8D=AE=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 +++- src/views/simulationScene/database/index.vue | 17 +++++++++++++++-- src/views/simulationScene/database/zbsjk.vue | 9 +++++++++ 3 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 src/views/simulationScene/database/zbsjk.vue diff --git a/.env.development b/.env.development index 6285849..5513e9b 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,6 @@ NODE_ENV=development VUE_APP_PREVIEW=true VUE_APP_API_BASE_URL=/api -VUE_APP_API_URL=http://192.168.0.189:8099 \ No newline at end of file +VUE_APP_API_URL=http://192.168.0.189:8099 +VUE_APP_WEBSOCKET_URL +=ws://192.168.0.96:9001 \ No newline at end of file diff --git a/src/views/simulationScene/database/index.vue b/src/views/simulationScene/database/index.vue index ce4e06e..f136bda 100644 --- a/src/views/simulationScene/database/index.vue +++ b/src/views/simulationScene/database/index.vue @@ -1,7 +1,7 @@