.env.development 323 B

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