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 @@