测试版相关

This commit is contained in:
ciaochaos 2020-05-08 16:42:46 +08:00
parent e1c472961f
commit e01bbb79fb
1 changed files with 2 additions and 2 deletions

View File

@ -62,11 +62,11 @@ export default class QrRenderer25D extends React.Component {
this.props.setParamInfo([ this.props.setParamInfo([
{ {
key: '柱体高度', key: '柱体高度',
default: 1 default: 0.5,
}, },
{ {
key: '定位点柱体高度', key: '定位点柱体高度',
default: 1, default: 0.5,
}, },
] ]
); );