Newer
Older
smartwell_front / src / utils / baseConfig.js
const project = {
  title: '地下管线技防设备管理系统'
}
export function getProject() {
  return project
}