From 2b52d35e1657425ea3666624c04ae59eb523e9fb Mon Sep 17 00:00:00 2001 From: daihh Date: Tue, 18 Oct 2022 11:02:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9C=AC=E5=9C=B0=E5=BC=80?= =?UTF-8?q?=E5=8F=91=E7=8E=AF=E5=A2=83=E7=9A=84=E4=B8=80=E4=B8=AA=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E9=A1=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 734c2c07..889821b0 100644 --- a/.env.development +++ b/.env.development @@ -16,7 +16,7 @@ VUE_APP_CESOURCE_BASE_API = '/socialApi' VUE_APP_STAT_BASE_API = '/statApi' # BOE系统网址 -VUE_APP_BOE_WEB_URL = 'https://u.boe.com' +VUE_APP_BOE_WEB_URL = 'http://192.168.0.11' # BOE 移动端url VUE_APP_BOE_MOBILE_URL = 'http://192.168.0.11:8082/mobile'