king
2025-04-11 4ed39ba3f0521fe8b28a98a0c7f02a36b9202483
src/views/mobdesign/index.jsx
@@ -1835,18 +1835,11 @@
    }, 300 + (+sessionStorage.getItem('mkDelay')))
  }
  netError = (error) => {
  netError = () => {
    this.setState({
      menuloading: false
    })
    if (!error) {
      notification.warning({
        top: 92,
        message: '保存失败,请检查网络是否正常。',
        duration: 5
      })
    }
    MKEmitter.emit('completeSave')
  }