.env.development 320 B

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