Newer
Older
eryuan_iris_temperature_front / src / utils / baseConfig.js
[wangxitong] on 30 May 2022 107 bytes first commit
const project = {
  title: '门禁综合管理平台'
}
export function getProject() {
  return project
}