Newer
Older
smartcity_env_front / src / utils / baseConfig.js
[wangxitong] on 22 Jul 2021 113 bytes first commit
const project = {
  title: '视频与环境监测子系统'
}
export function getProject() {
  return project
}