revert: 恢复部分代码

This commit is contained in:
wangjiahao 2024-10-29 14:15:17 +08:00
parent 3cf9dbfbfe
commit d866473686

View File

@ -795,3 +795,13 @@ export function onInitReady(params) {
console.warn('de_inner_params send error')
}
}
export function mobileViewStyleSwitch(component) {
if (component) {
const viewInfo = canvasViewInfo.value[component.id]
viewInfo.customStyle = component.customStyle
viewInfo.customAttr = component.customAttr
viewInfo.title = component.title
viewInfo.name = component.name
}
}