Newer
Older
baseResourceFront / src / utils / baseConfig.js
const project = {
  title: '路桥养护子系统'
}
export function getProject() {
  return project
}