From f3d4db769ba9b51b799d981511a710fd443d0e08 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 21 四月 2025 12:18:03 +0800
Subject: [PATCH] Merge branch 'master' into positec

---
 src/components/thawmenu/index.jsx |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/thawmenu/index.jsx b/src/components/thawmenu/index.jsx
index 843b8da..6a5eaa7 100644
--- a/src/components/thawmenu/index.jsx
+++ b/src/components/thawmenu/index.jsx
@@ -28,7 +28,7 @@
       loading: false
     })
 
-    Api.getSystemConfig({
+    Api.getCloudConfig({
       func: 'sPC_Get_FrozenMenu',
       ParentID: this.props.ParentId,
       TYPE: +this.props.Type
@@ -61,7 +61,7 @@
     if (targetKeys.length === 0) {
       notification.warning({
         top: 92,
-        message: this.state.dict['form.required.select'] + this.state.dict['model.menu'],
+        message: '璇烽�夋嫨鑿滃崟',
         duration: 5
       })
       return
@@ -72,7 +72,7 @@
     })
     let defers = targetKeys.map(item => {
       return new Promise((resolve) => {
-        Api.getSystemConfig({
+        Api.getCloudConfig({
           func: 'sPC_MainMenu_ReDel',
           MenuID: item
         }).then(res => {

--
Gitblit v1.8.0