.env.staging 295 B

1234567891011
  1. # 页面标题
  2. VUE_APP_TITLE = 测试
  3. VUE_APP_TITLE1 = 测试
  4. VUE_APP_LOGO = '@/assets/images/shijihome/img_14.png'
  5. VUE_APP_LOGIN_LOGO = '@/assets/images/shijihome/img_14.png'
  6. # 测试线上环境配置
  7. ENV = 'production'
  8. # 若依管理系统/测试线上环境
  9. VUE_APP_BASE_API = '/prod-api'