Commit 26da3693 authored by 李纪文's avatar 李纪文

fix: 修改

parent 6b0b1b90
......@@ -3031,7 +3031,7 @@ const ConfigurationView = (props) => {
item.timeStr = item.text;
}
if (item.category === 'bgCase') {
myDiagram.defaultScale = item.scale || item.scale === 0 ? item.scale : 1;
myDiagram.defaultScale = item.scaling || item.scaling === 0 ? item.scaling * 1 : 1;
}
// 兼容V1之前版本(部分展示可支持)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment