Newer
Older
sanitationFront / src / utils / baseConfig.js
StephanieGitHub on 21 Dec 2020 119 bytes first commit
const project = {
  title: '后台管理系统前端基础框架'
}
export function getProject() {
  return project
}