Newer
Older
laserPTZFront / src / utils / baseConfig.js
[wangxitong] on 19 Jul 2021 119 bytes first commit
const project = {
  title: '后台管理系统前端基础框架'
}
export function getProject() {
  return project
}