From 30ceec4c58de45f81297730f94dc2ace27c19afc Mon Sep 17 00:00:00 2001 From: lxf <1371462558@qq.com> Date: Fri, 25 Apr 2025 00:10:12 +0800 Subject: [PATCH] 1 --- .env.development | 12 ++++++++++++ .env.preview | 7 +++++++ 2 files changed, 19 insertions(+), 0 deletions(-) diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..4604fd9 --- /dev/null +++ b/.env.development @@ -0,0 +1,12 @@ +NODE_ENV=development +VUE_APP_PREVIEW=true +# VUE_APP_API_BASE_URL=http://www.jqydl.com:8091/ +# VUE_APP_API_BASE_URL=https://api.3falcon.com/ +# VUE_APP_API_BASE_URL=https://api.marwadi.online/ +# VUE_APP_API_BASE_URL=https://www.rksv.store:8091/ +# VUE_APP_API_BASE_URL=https://api.dfddgj346.xyz/ +# VUE_APP_API_BASE_URL=http://192.168.10.4:8091/ + # VUE_APP_API_BASE_URL=https://api.durocaspitall.com/ + VUE_APP_API_BASE_URL=https://api.fidelityio.com/ +# VUE_APP_API_BASE_URL= https://www.prudentcapitals.net/ +# VUE_APP_API_BASE_URL=https://api.guosen.org/ \ No newline at end of file diff --git a/.env.preview b/.env.preview new file mode 100644 index 0000000..15b7813 --- /dev/null +++ b/.env.preview @@ -0,0 +1,7 @@ +NODE_ENV=production + +VUE_APP_PREVIEW=true + + VUE_APP_API_BASE_URL=https://api.durocaspitall.com/ + +# VUE_APP_API_BASE_URL=http://192.168.10.4:8091/ \ No newline at end of file -- Gitblit v1.9.3