Newer
Older
casic-smartcity-well-front / src / utils / baseConfig.js
[wangxitong] on 8 Jul 2021 113 bytes mars3d总览
const project = {
  title: '智能地下管网管理系统'
}
export function getProject() {
  return project
}