From 4a9509c107a0b3184dc8230d152fa25d1310453c Mon Sep 17 00:00:00 2001 From: 15820893422 <1978476055@qq.com> Date: Mon, 1 Apr 2024 19:03:57 +0800 Subject: [PATCH] add --- .env.development | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index 9b94a65..1940fd8 100644 --- a/.env.development +++ b/.env.development @@ -7,8 +7,8 @@ VUE_APP_BASE_API = 'http://192.168.1.32:8080' # VUE_APP_BASE_API = 'https://plus.hwms.shop' # socket 连接地址 -# VUE_APP_WS_URL = 'ws://0.0.0.0:8324' -VUE_APP_WS_URL = 'ws://plus.hwms.shop' +VUE_APP_WS_URL = 'ws://192.168.1.32:8080' +# VUE_APP_WS_URL = 'ws://plus.hwms.shop' # vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable, # to control whether the babel-plugin-dynamic-import-node plugin is enabled.