Newer
Older
iris_temperature_front_gz / src / utils / baseConfig.js
IRIS on 9 Apr 2020 168 bytes 第一次提交
const project = {
  title: '虹膜综合管理平台',
  register_url: 'static/eye/eye.html',
  showVisitor: false
}
export function getProject() {
  return project
}