Newer
Older
smartcity_merchant_front / src / utils / baseConfig.js
wangxitong on 22 Feb 2024 110 bytes first commit
const project = {
  title: '门前三包拓展子系统'
}
export function getProject() {
  return project
}