From da64ab0923bf8817fc8599a6e37b953ce38f64c8 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 27 八月 2023 18:37:36 +0800 Subject: [PATCH] 2023-08-27 --- src/views/design/header/editfirstmenu/index.jsx | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/design/header/editfirstmenu/index.jsx b/src/views/design/header/editfirstmenu/index.jsx index 45a5b8d..06dc1e7 100644 --- a/src/views/design/header/editfirstmenu/index.jsx +++ b/src/views/design/header/editfirstmenu/index.jsx @@ -60,7 +60,7 @@ this.setState({ loading: true }) - Api.getSystemConfig(param).then(res => { + Api.getCloudConfig(param).then(res => { if (res.status) { this.setState({ loading: false, @@ -101,7 +101,7 @@ func: 'sPC_MainMenu_Del', MenuID: item.MenuID } - return Api.getSystemConfig(param).then(res => { + return Api.getCloudConfig(param).then(res => { if (res.status) { _this.props.reload() } else { @@ -139,7 +139,7 @@ title: '纭璋冩暣鑿滃崟椤哄簭鍚楋紵', content: '', onOk() { - return Api.getSystemConfig(param).then(res => { + return Api.getCloudConfig(param).then(res => { if (res.status) { that.setState({ change: false }) that.props.reload() -- Gitblit v1.8.0