平安校园
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

28 lines
628 B

  1. # 本地环境
  2. VITE_USER_NODE_ENV = development
  3. # 公共基础路径
  4. VITE_PUBLIC_PATH = /
  5. # 路由模式
  6. # Optional: hash | history
  7. VITE_ROUTER_MODE = hash
  8. # 打包时是否删除 console
  9. VITE_DROP_CONSOLE = true
  10. # 是否开启 VitePWA
  11. VITE_PWA = false
  12. # 开发环境接口地址
  13. # VITE_API_URL = http://192.168.10.186:5566
  14. VITE_API_URL = http://192.168.10.186:8003
  15. # 否开启代理
  16. VITE_HTTP_PROXY = true
  17. # 开发环境跨域代理,支持配置多个
  18. # VITE_PROXY = [["/api","http://192.168.10.186:5566","/Files"]]
  19. VITE_PROXY = [["/api","http://192.168.10.186:8003"],["/Files","http://192.168.10.186:8003/Files"]]