From ee635de6fc758c044db0761faa003d0db1e82563 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 07 八月 2023 20:32:35 +0800 Subject: [PATCH] Merge branch 'develop' --- src/views/design/sidemenu/thdmenuplus/index.jsx | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/design/sidemenu/thdmenuplus/index.jsx b/src/views/design/sidemenu/thdmenuplus/index.jsx index ad47ac4..7131595 100644 --- a/src/views/design/sidemenu/thdmenuplus/index.jsx +++ b/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, -- Gitblit v1.8.0