From c00af055652f1444354cdc03c951ea0f47f6608b Mon Sep 17 00:00:00 2001 From: long <18782126717@163.com> Date: Fri, 10 Mar 2023 13:53:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=AD=A3=E5=BC=8F=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E6=96=87=E4=BB=B6=E9=A2=84=E8=A7=88=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index 2bb6280..e6ee0d9 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ NODE_ENV=development -VUE_APP_API_BASE_URL=http://localhost:9566/hy-boot +VUE_APP_API_BASE_URL=http://10.190.160.130:9566/hy-boot VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas VUE_APP_ONLINE_BASE_URL=http://182.92.73.21:8012/onlinePreview?url= \ No newline at end of file diff --git a/.env.production b/.env.production index 327ec31..9284485 100644 --- a/.env.production +++ b/.env.production @@ -1,4 +1,4 @@ NODE_ENV=production VUE_APP_API_BASE_URL=http://10.242.144.23/prod-api VUE_APP_CAS_BASE_URL=http://10.242.144.23:8888/cas -VUE_APP_ONLINE_BASE_URL=http://10.242.144.23:8012/onlinePreview \ No newline at end of file +VUE_APP_ONLINE_BASE_URL=http://10.242.144.23:8012/onlinePreview?url= \ No newline at end of file