公众号后台的api接口
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
240 B

1 year ago
  1. /**
  2. * 存放配置常量(当值不为空时会覆盖env配置)
  3. */
  4. window._CONFIG = {
  5. //接口父路径
  6. VUE_APP_API_BASE_URL: '',
  7. //单点登录地址
  8. VUE_APP_CAS_BASE_URL: '',
  9. //文件预览路径
  10. VUE_APP_ONLINE_BASE_URL: ''
  11. }