diff --git a/.env.development b/.env.development index d902410..800ec27 100644 --- a/.env.development +++ b/.env.development @@ -2,6 +2,7 @@ VITE_PROD = false VITE_DEV = true +#ifdef H5 # BASE_URL VITE_BASE_URL = /api @@ -13,4 +14,10 @@ VITE_PROXY_BASE_URL = http://api-catch.ranesuangyu.top VITE_UPLOAD_URL = /upload # 代理上传域名 -VITE_PROXY_UPLOAD_URL = 'YOUR UPLOAD URL' \ No newline at end of file +VITE_PROXY_UPLOAD_URL = 'YOUR UPLOAD URL' +#endif + +#ifndef H5 +# BASE_URL +VITE_BASE_URL = http://api-catch.ranesuangyu.top +#endif \ No newline at end of file diff --git a/.env.production b/.env.production index 4a7c385..387f932 100644 --- a/.env.production +++ b/.env.production @@ -3,7 +3,7 @@ VITE_PROD = true VITE_DEV = false # api域名 -VITE_BASE_URL = 'YOUR API URL' +VITE_BASE_URL = http://api-catch.ranesuangyu.top # 上传域名 -VITE_UPLOAD_URL = 'YOUR UPLOAD URL' +VITE_UPLOAD_URL = http://api-catch.ranesuangyu.top/upload