zhangxiao
2024-08-20 e47b788ff5f5c699c682999c95da17eb284ca21d
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