From dc940a2f392ac85bb5c24ce77059542c5263b428 Mon Sep 17 00:00:00 2001 From: z_yu <1534695664@qq.com> Date: Mon, 1 Aug 2022 16:39:11 +0800 Subject: [PATCH] =?UTF-8?q?websocket=E5=9C=B0=E5=9D=80=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.development b/.env.development index 2e34e8f..f5296f6 100644 --- a/.env.development +++ b/.env.development @@ -8,7 +8,7 @@ ENV = 'development' # 刘力-本地服地址 VUE_APP_BASE_API = 'http://192.168.99.65:7070' -#VUE_APP_WS_API = 'ws://192.168.99.65:7070' +VUE_APP_WS_API = 'ws://192.168.99.65:7071' # 许镇-本地服地址 #VUE_APP_BASE_API = 'http://192.168.99.84:7070'