.env.production 199 B

12345678910
  1. # just a flag
  2. ENV = 'production'
  3. PORT = '9531'
  4. # base api
  5. # VUE_APP_BASE_API = '//feuc.liveplus.online'
  6. VUE_APP_BASE_API = ''
  7. # h5 url
  8. VUE_APP_H5_URL = 'https://h5.liveplus.online/static-web/feuc'