.env.development 282 B

123456789101112
  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://dev.hsfuel.com:8070'
  7. # VITE_API_URL = 'http://47.101.220.106:8070'
  8. # VITE_API_URL = 'http://ipos.biz:8070'