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