.env.development 174 B

123456789
  1. # just a flag
  2. ENV = 'development'
  3. # base api
  4. # 线上:http://8.141.159.100:8443
  5. # 本地:http://192.168.31.230:6301
  6. VUE_APP_BASE_API = 'http://8.141.159.100:8443'