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/header/index.jsx | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/views/design/header/index.jsx b/src/views/design/header/index.jsx index 7396c9a..75f8381 100644 --- a/src/views/design/header/index.jsx +++ b/src/views/design/header/index.jsx @@ -69,7 +69,7 @@ debug: 'Y' } - let result = await Api.getSystemConfig(_param) + let result = await Api.getCloudConfig(_param) // 鐧诲綍瓒呮椂 if (!result) return @@ -215,7 +215,7 @@ this.setState({ loading: true }) - Api.getSystemConfig(param).then(res => { + Api.getCloudConfig(param).then(res => { if (res.status) { this.setState({ loading: false, @@ -320,7 +320,7 @@ param.secretkey = Utils.encrypt(param.LText, param.timestamp) param.open_key = Utils.encryptOpenKey(param.secretkey, param.timestamp) // 浜戠鏁版嵁楠岃瘉 - Api.getSystemConfig(param).then(res => { + Api.getCloudConfig(param).then(res => { let msgs = [] if (!res.status) { notification.warning({ @@ -337,7 +337,6 @@ } UNSAFE_componentWillMount () { - sessionStorage.setItem('isEditState', 'true') document.body.className = '' // 缁勪欢鍔犺浇鏃讹紝鑾峰彇鑿滃崟鏁版嵁 @@ -358,7 +357,7 @@ if (window.GLOB.systemType !== 'production') { setTimeout(() => { - Api.getSystemConfig({func: 'sPC_Get_Roles_sModular'}).then(res => { + Api.getCloudConfig({func: 'sPC_Get_Roles_sModular'}).then(res => { if (res.status) { let _permFuncField = [] let _sysRoles = [] -- Gitblit v1.8.0