From 017c39bfe3f9d4720817a9f1ab8f792fade3eab4 Mon Sep 17 00:00:00 2001 From: lizhong Date: Fri, 6 Jan 2023 22:18:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8F=91=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 24 ++++++++++++++++++++++++ .env.production | 11 +++++++++++ 2 files changed, 35 insertions(+) create mode 100644 .env.development create mode 100644 .env.production diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..36eddba --- /dev/null +++ b/.env.development @@ -0,0 +1,24 @@ +###后台接口父地址(必填) +#VITE_API_URL=/api +### +####后台接口全路径地址(必填) +#VITE_DOMAIN_URL=http://foresightventures.wncwb.com/index.php/api +### +####图片父地址(必填) +#VITE_IMG_API_URL=/uploads +### +####图片全路径(必填) +#VITE_IMG_DOMAIN_URL=http://foresightventures.wncwb.com/uploads + + +#后台接口父地址(必填) +VITE_API_URL=/index.php/api +## +##后台接口全路径地址(必填) +VITE_DOMAIN_URL=https://foresightventures.com/index.php/api +# +##图片父地址(必填) +VITE_IMG_API_URL=/uploads +# +##图片全路径(必填) +VITE_IMG_DOMAIN_URL=http://foresightventures.com/uploads diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..604af13 --- /dev/null +++ b/.env.production @@ -0,0 +1,11 @@ +#后台接口父地址(必填) +VITE_API_URL=/index.php/api + +#后台接口全路径地址(必填) +VITE_DOMAIN_URL=https://foresightventures.com/index.php/api + +#图片父地址(必填) +VITE_IMG_API_URL=/uploads + +#图片全路径(必填) +VITE_IMG_DOMAIN_URL=https://foresightventures.com/uploads