From 9a0bdf52f6e31b446c39d991d6a1d7926c723ba0 Mon Sep 17 00:00:00 2001 From: Aug <17674666882@163.com> Date: Tue, 18 Feb 2025 21:01:15 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E6=9C=AC=E5=9C=B0=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin-hanhai-vue/.env.development | 1 + admin-hanhai-vue/.env.production | 1 + 2 files changed, 2 insertions(+) diff --git a/admin-hanhai-vue/.env.development b/admin-hanhai-vue/.env.development index 15a3d5a..397ad15 100644 --- a/admin-hanhai-vue/.env.development +++ b/admin-hanhai-vue/.env.development @@ -1,5 +1,6 @@ NODE_ENV=development VUE_APP_API_BASE_URL=https://traveladmin.augcl.com/travel-api/ +//VUE_APP_API_BASE_URL=http://localhost:8001/travel-api/ VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview diff --git a/admin-hanhai-vue/.env.production b/admin-hanhai-vue/.env.production index 29da211..9a4f682 100644 --- a/admin-hanhai-vue/.env.production +++ b/admin-hanhai-vue/.env.production @@ -1,4 +1,5 @@ NODE_ENV=production VUE_APP_API_BASE_URL=https://traveladmin.augcl.com/travel-api/ +//VUE_APP_API_BASE_URL=http://localhost:8001/travel-api/ VUE_APP_CAS_BASE_URL=http://localhost:8888/cas VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview \ No newline at end of file