zhangxiao
2024-08-21 523e69a7f649b513aa8d3788c79d52fc26c894d2
1
2
3
4
5
6
7
8
9
#开发环境
NODE_ENV=development
VITE_APP_MODE=development
 
#接口域名,如果需要开启proxy转发,使用 /proxy_url
VITE_APP_API_URL=https://a.com
 
#代理域名
VITE_APP_PROXY_URL=https://b.com