修复iconContent参数校验问题

This commit is contained in:
liaozetao
2023-12-20 20:07:50 +08:00
parent 1cb873ed1f
commit 97ca5ae6dc

View File

@@ -234,7 +234,7 @@ export default {
id: id, id: id,
seq: seq, seq: seq,
isTop: isTop, isTop: isTop,
iconContent: iconContent, iconContent: '',
topStart: topStart, topStart: topStart,
topEnd: topEnd, topEnd: topEnd,
}, },