CN-39 feat: 地图

This commit is contained in:
chenjinsong
2021-07-01 15:39:48 +08:00
parent fbdf0ba81e
commit 3a30733be0
29 changed files with 126 additions and 5867 deletions

View File

@@ -208,7 +208,7 @@ export function isTitle (type) {
}
export function getOption (type) {
const mapping = typeOptionMappings.find(m => m.value === type)
return mapping && mapping.option ? mapping.option : null
return mapping && mapping.option ? JSON.parse(JSON.stringify(mapping.option)) : null
}
export const layoutConstant = {
HEADER: 'header',