From c9b5036593082503c346d1bbcfa6afd11536aa97 Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Mon, 16 May 2022 10:19:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E-=E5=86=85=E7=BD=91=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index 711ab9a..ab4490f 100644 --- a/.env.development +++ b/.env.development @@ -2,9 +2,13 @@ ENV = 'development' # 接口地址 +#内网服务地址 +VUE_APP_BASE_API = 'http://192.168.99.207:7070' +VUE_APP_WS_API = 'ws://192.168.99.207:7070' + # 刘力-本地服地址 -VUE_APP_BASE_API = 'http://192.168.99.65:7070' -VUE_APP_WS_API = 'ws://192.168.99.65:7070' +#VUE_APP_BASE_API = 'http://192.168.99.65:7070' +#VUE_APP_WS_API = 'ws://192.168.99.65:7070' # 许镇-本地服地址 #VUE_APP_BASE_API = 'http://192.168.99.84:7070'