12345678910 |
- # backend service base url, test environment
- VITE_SERVICE_BASE_URL=https://mock.apifox.cn/m1/3109515-0-default
- # other backend service base url, test environment
- VITE_OTHER_SERVICE_BASE_URL= `{
- "demo": "http://observe-server.cestong.com.cn"
- }`
- # whether to enable http proxy when is dev mode
- VITE_HTTP_PROXY=Y
|