From e398f08ae9700cfcc659f821bf70b3dc07104742 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=82=A8=E7=9A=84=E7=8B=97=E7=8B=97?= <11807552+nindegougou@user.noreply.gitee.com> Date: Thu, 20 Oct 2022 06:31:56 +0000 Subject: [PATCH] update .env.production. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 您的狗狗 <11807552+nindegougou@user.noreply.gitee.com> --- .env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.production b/.env.production index 8e1b9ce..b144ad7 100644 --- a/.env.production +++ b/.env.production @@ -2,6 +2,6 @@ ENV = 'production' # base api -VUE_APP_BASE_API = 'http://localhost:8888/' +VUE_APP_BASE_API = 'http://demo-go-ldap-admin.eryajf.net/' VUE_APP_WS_API = 'ws://localhost:8088' -- Gitee