king
2023-08-07 ee635de6fc758c044db0761faa003d0db1e82563
src/views/design/sidemenu/thdmenuplus/index.jsx
@@ -57,7 +57,7 @@
      CustomPage: customImg
    }
    Api.getSystemConfig({func: 'sPC_Get_UserTemp', TypeCharTwo: 'menu'}).then(res => {
    Api.getCloudConfig({func: 'sPC_Get_UserTemp', TypeCharTwo: 'menu'}).then(res => {
      let _templates = []
      res.UserTemp.forEach(temp => {
@@ -189,7 +189,7 @@
      if ((sysMenu.Template === 'CustomPage' || sysMenu.Template === 'BaseTable') && sysMenu.copyId) {
        this.copyMenu(param, sysMenu.copyId)
      } else {
        Api.getSystemConfig(param).then(response => {
        Api.getCloudConfig(param).then(response => {
          if (response.status) {
            this.setState({
              loading: false,
@@ -214,7 +214,7 @@
  }
  copyMenu = (param, MenuId) => {
    Api.getSystemConfig({
    Api.getCloudConfig({
      func: 'sPC_Get_LongParam',
      MenuID: MenuId
    }).then(result => {
@@ -250,7 +250,7 @@
          param.LongParam = window.btoa(window.encodeURIComponent(JSON.stringify(config)))
        }
        Api.getSystemConfig(param).then(response => {
        Api.getCloudConfig(param).then(response => {
          if (response.status) {
            this.setState({
              loading: false,