Newer
Older
iris_temperature_front_gz / src / utils / config.js
IRIS on 9 Apr 2020 187 bytes 第一次提交
import store from '../store'
/**
 * 获取系统配置辅助工具
 */
/**
 * 用来控制是否开启校验验证码
 */

export function hasKaptcha() {
  return store.getters.kaptcha
}