.env.development 617 B

1234567891011121314151617181920212223
  1. # Whether to open mock
  2. VITE_USE_MOCK = true
  3. # public path
  4. VITE_PUBLIC_PATH = ./
  5. # Cross-domain proxy, you can configure multiple
  6. # Please note that no line breaks
  7. # VITE_PROXY = [["/service","http://192.168.9.27:1804"], ["/fusion","http://192.168.9.27:1804"]]
  8. VITE_PROXY = [["/service","http://192.168.0.43:8088"], ["/fusion","http://192.168.0.43:8088"]]
  9. # VITE_PROXY=[["/api","https://vvbin.cn/test"]]
  10. # Delete console
  11. VITE_DROP_CONSOLE = false
  12. # Basic interface address SPA
  13. VITE_GLOB_API_URL=/service
  14. # File upload address, optional
  15. VITE_GLOB_UPLOAD_URL=/upload
  16. # Interface prefix
  17. VITE_GLOB_API_URL_PREFIX=