Newer
Older
iris_temperature_front_gz / src / utils / baseConfig.js
StephanieGitHub on 12 Mar 2020 166 bytes first commit
const project = {
  title: '虹膜综合管理平台',
  register_url: 'http://139.198.16.38:8095/iris/eye.html'
}
export function getProject() {
  return project
}