Commit 887f350f authored by 李纪文's avatar 李纪文

fix: 功能跳转方法

parent 3de2d1f0
......@@ -1890,6 +1890,7 @@ ConfigurationView.defaultProps = {
config: {},
isZoom: false,
flowShow: true,
customBack: () => {},
speed: 0,
play: false,
times: 2,
......@@ -1904,6 +1905,7 @@ ConfigurationView.propTypes = {
config: PropTypes.object,
isZoom: PropTypes.bool,
flowShow: PropTypes.bool,
customBack: PropTypes.func,
speed: PropTypes.number,
play: PropTypes.bool,
times: PropTypes.number,
......
......@@ -2412,6 +2412,7 @@ ConfigurationView.defaultProps = {
config: {},
isZoom: false,
flowShow: true,
customBack: () => {},
};
ConfigurationView.propTypes = {
......@@ -2421,6 +2422,7 @@ ConfigurationView.propTypes = {
config: PropTypes.object,
isZoom: PropTypes.bool,
flowShow: PropTypes.bool,
customBack: PropTypes.func,
};
export default ConfigurationView;
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