.env.production 162 B

12345678910
  1. // .env.production
  2. # 生产环境
  3. ENV = 'production'
  4. # 打包文件名
  5. VUE_APP_NAME = 'onlineTest'
  6. # 请求地址
  7. VUE_APP_URL = 'http://113.83.87.73:8888/PROD'