.env.development 275 B

12345678910
  1. # 本地环境
  2. ENV = 'development'
  3. # 本地环境接口地址
  4. # VITE_API_URL = 'http://ipos.biz:8070'
  5. # VITE_API_URL = 'http://localhost:8003'
  6. VITE_API_URL = 'http://dev.hsfuel.com:8070'
  7. # VITE_API_URL = 'http://47.101.220.106:8070'
  8. # VITE_API_URL = 'http://ipos.biz:8070'