.env.production 233 B

123456789
  1. # 页面标题
  2. VUE_APP_TITLE = 中正云教育管理后台
  3. # 生产环境配置
  4. ENV = 'production'
  5. # 中正云教育管理后台/生产环境
  6. VUE_APP_BASE_API = 'https://cloud.xyyxt.net/'
  7. VUE_APP_IMG_API = 'https://file.xyyxt.net'