king
2022-10-27 83592b5c2dcbfd0a91d36dfa89f1a6cbe95ab1d1
src/views/menudesign/popview/index.jsx
@@ -113,6 +113,7 @@
  completeSave = () => {
    this.setState({
      oriConfig: fromJS(this.state.config).toJS(),
      menuloading: false
    })
  }
@@ -142,7 +143,7 @@
    window.GLOB.customMenu = config
    this.props.save(config)
    this.props.save(fromJS(config).toJS())
  }
  onEnabledChange = () => {