king
2023-08-27 da64ab0923bf8817fc8599a6e37b953ce38f64c8
src/components/thawmenu/index.jsx
@@ -28,7 +28,7 @@
      loading: false
    })
    Api.getSystemConfig({
    Api.getCloudConfig({
      func: 'sPC_Get_FrozenMenu',
      ParentID: this.props.ParentId,
      TYPE: +this.props.Type
@@ -72,7 +72,7 @@
    })
    let defers = targetKeys.map(item => {
      return new Promise((resolve) => {
        Api.getSystemConfig({
        Api.getCloudConfig({
          func: 'sPC_MainMenu_ReDel',
          MenuID: item
        }).then(res => {