暫無描述

.env.development 807B

1234567891011121314151617181920212223242526272829
  1. # Whether to open mock
  2. VITE_USE_MOCK = true
  3. # 本地环境按钮,不用验证直接显示
  4. VITE_USE_DEV_BUTTON = true
  5. # public path
  6. VITE_PUBLIC_PATH =
  7. # Cross-domain proxy, you can configure multiple
  8. # Please note that no line breaks
  9. # VITE_PROXY = [["/shuanghui/","http://www.lengyitong.net:9028/shuanghui_api/shuanghui/"],["/basic-api","http://localhost:3000"],["/upload","http://localhost:3300/upload"]]
  10. # VITE_PROXY=[["/api","https://vvbin.cn/test"]]
  11. VITE_PROXY = [["/shuanghui/","http://localhost:10089/"],["/basic-api","http://localhost:10089"],["/upload","http://localhost:10089/upload"]]
  12. # Delete console
  13. VITE_DROP_CONSOLE = false
  14. # Basic interface address SPA
  15. VITE_GLOB_API_URL=
  16. # File upload address, optional
  17. VITE_GLOB_UPLOAD_URL=/upload
  18. # Interface prefix
  19. VITE_GLOB_API_URL_PREFIX=