.env.production 166 B

12345678910
  1. # just a flag
  2. ENV = 'production'
  3. # base api
  4. VUE_APP_BASE_API = ''
  5. # 打包文件
  6. VUE_APP_ROUTER="web"
  7. #请求域名
  8. VUE_APP_REQUEST_URL="https://www.freeskyghw.cn"