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/templates/treepageconfig/index.jsx |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/templates/treepageconfig/index.jsx b/src/templates/treepageconfig/index.jsx
index 7448caf..318adf1 100644
--- a/src/templates/treepageconfig/index.jsx
+++ b/src/templates/treepageconfig/index.jsx
@@ -177,7 +177,7 @@
       loading: type,
       tabviews: []
     })
-    Api.getSystemConfig({func: 'sPC_Get_UserTemp', TypeCharTwo: 'tab'}).then(res => {
+    Api.getCloudConfig({func: 'sPC_Get_UserTemp', TypeCharTwo: 'tab'}).then(res => {
       if (res.status) {
         this.setState({
           loading: false,
@@ -367,7 +367,7 @@
           }
 
           return new Promise(resolve => {
-            Api.getSystemConfig(_param).then(response => {
+            Api.getCloudConfig(_param).then(response => {
               resolve(response)
             })
           })
@@ -404,7 +404,7 @@
     }).then(resp => {
       if (resp === false) return
 
-      Api.getSystemConfig(param).then(response => {
+      Api.getCloudConfig(param).then(response => {
         if (response.status) {
           this.setState({
             config: _config,
@@ -534,7 +534,7 @@
         loading: true
       })
 
-      Api.getSystemConfig({
+      Api.getCloudConfig({
         func: 'sPC_Get_LongParam',
         MenuID: item.linkTab
       }).then(res => {

--
Gitblit v1.8.0