1234567891011 |
- #The defined variable must start with VITE_APP_
- VITE_APP_ENV = 'dev'
- VITE_APP_BASE_URL = 'https://github.jzfai.top/micro-service-api'
- VITE_WEB_BASE_URL = 'http://120.26.64.82:8093'
- #image or oss address
- VITE_APP_IMAGE_URL = 'https://github.jzfai.top/gofast-image'
- #proxy, use this to test proxy
- #VITE_APP_BASE_URL = '/api'
- #VITE_APP_PROXY_URL = 'https://github.jzfai.top/micro-service-api'
|