From 611df720bb57e97d949a62f550827ea8c347fe80 Mon Sep 17 00:00:00 2001 From: z_yu <1534695664@qq.com> Date: Thu, 8 Sep 2022 15:21:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9D=80=E6=9B=B4=E6=94=B9107?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index fe8e577..6740be0 100644 --- a/.env.development +++ b/.env.development @@ -3,8 +3,8 @@ ENV = 'development' # 接口地址 #内网服务地址 -VUE_APP_BASE_API = 'http://192.168.99.207:7070' -VUE_APP_WS_API = 'ws://192.168.99.207:7071' +VUE_APP_BASE_API = 'http://192.168.99.107:7070' +VUE_APP_WS_API = 'ws://192.168.99.107:7071' VUE_APP_CAMERA_API = '192.168.99.107' # 刘力-本地服地址