Blame view

ant-design-vue-jeecg/public/static/config.js 244 Bytes
肖超群 authored
1
2
3
4
/**
 * 存放配置常量(当值不为空时会覆盖env配置)
 */
window._CONFIG = {
5
  // 接口父路径
肖超群 authored
6
  VUE_APP_API_BASE_URL: '',
7
  // 单点登录地址
肖超群 authored
8
  VUE_APP_CAS_BASE_URL: '',
9
  // 文件预览路径
肖超群 authored
10
  VUE_APP_ONLINE_BASE_URL: ''
11
}