.env.production245 518 B

12345678910111213141516171819
  1. # 生产环境
  2. NODE_ENV = production
  3. # 标题
  4. VITE_TITLE = 飞行学院
  5. # 接口地址
  6. #VITE_API_BASEURL = http://192.168.43.130:19004
  7. VITE_API_BASEURL = http://192.168.1.245:19003
  8. #VITE_API_BASEURL = http://22.120.128.109:19003
  9. #VITE_API_BASEURL = http://192.168.31.56:19003
  10. #VITE_FILEURL = http://192.168.43.130:10005/education/
  11. VITE_FILEURL = http://192.168.1.245:10005/education/
  12. #VITE_FILEURL = http://192.168.31.56:10005/education/
  13. # 本地端口
  14. VITE_PORT = 9000
  15. # 开启设置抽屉
  16. VITE_SET_DRAWER = false