king
2023-06-01 9f02620e3dca6395caaccca5feb43122099129d1
src/views/menudesign/index.jsx
@@ -854,6 +854,8 @@
      menuloading: true
    })
    window.GLOB.saving = true
    setTimeout(() => {
      let _pass = this.verifyConfig(config)
@@ -1017,6 +1019,8 @@
          menuloading: false
        })
        window.GLOB.saving = false
        if (!res) return
        if (res.status) {
@@ -1041,6 +1045,9 @@
    this.setState({
      menuloading: false
    })
    window.GLOB.saving = false
    if (!error) {
      notification.warning({
        top: 92,