From 465be8b618c1fb139d56ed779ff6f4dbc8d89b89 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 04 八月 2023 15:47:14 +0800 Subject: [PATCH] 2023-08-04 --- src/views/design/sidemenu/editthdmenu/index.jsx | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/design/sidemenu/editthdmenu/index.jsx b/src/views/design/sidemenu/editthdmenu/index.jsx index 2a4c64b..28e78e7 100644 --- a/src/views/design/sidemenu/editthdmenu/index.jsx +++ b/src/views/design/sidemenu/editthdmenu/index.jsx @@ -80,7 +80,7 @@ func: 'sPC_MainMenu_Del', MenuID: menu.card.MenuID } - return Api.getSystemConfig(param).then(res => { + return Api.getCloudConfig(param).then(res => { if (res.status) { MKEmitter.emit('mkUpdateMenuList') } else { @@ -155,7 +155,7 @@ title: '纭璋冩暣鑿滃崟椤哄簭鍚楋紵', content: '', onOk() { - return Api.getSystemConfig(param).then(res => { + return Api.getCloudConfig(param).then(res => { if (res.status) { that.setState({ change: false }) MKEmitter.emit('mkUpdateMenuList') @@ -224,7 +224,7 @@ confirmLoading: true }) - Api.getSystemConfig(param).then(response => { + Api.getCloudConfig(param).then(response => { if (response.status) { this.setState({ confirmLoading: false, -- Gitblit v1.8.0