.env.production 151 B

12345678
  1. # 生产环境配置
  2. ENV = 'production'
  3. # 若依管理系统/生产环境
  4. VUE_APP_BASE_API = '/prod-api'
  5. # 前缀路由
  6. VUE_APP_ROUTER='label'