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/zshare/createfunc/index.jsx | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/templates/zshare/createfunc/index.jsx b/src/templates/zshare/createfunc/index.jsx index daa034f..6fca05b 100644 --- a/src/templates/zshare/createfunc/index.jsx +++ b/src/templates/zshare/createfunc/index.jsx @@ -31,7 +31,7 @@ new Promise(resolve => { // 鑾峰彇浜戠瀛樺偍杩囩▼淇℃伅 - Api.getSystemConfig({ + Api.getCloudConfig({ func: 'sPC_Get_TVP', TVPName: innerFunc }).then(result => { @@ -83,7 +83,7 @@ return 'drop' } else if (!localfunc || (cloudText === localfunc)) { // 鏈湴瀛樺偍杩囩▼涓嶅瓨鍦紝鎴栦簯绔拰鏈湴瀛樺偍杩囩▼涓�鑷存椂锛屽皢鏂扮殑瀛樺偍杩囩▼鏇存柊鑷充簯绔� - return Api.getSystemConfig({ + return Api.getCloudConfig({ func: 'sPC_TVP_InUp', TVPName: innerFunc, TVPText: newLText, @@ -91,14 +91,14 @@ }) } else { return new Promise(resolve => { - Api.getSystemConfig({ // 娣诲姞鐜版湁鐨勬湰鍦板瓨鍌ㄨ繃绋嬭嚦浜戠 + Api.getCloudConfig({ // 娣诲姞鐜版湁鐨勬湰鍦板瓨鍌ㄨ繃绋嬭嚦浜戠 func: 'sPC_TVP_InUp', TVPName: innerFunc, TVPText: localfunc, TypeName: 'P' }).then(result => { if (result.status) { - Api.getSystemConfig({ + Api.getCloudConfig({ func: 'sPC_TVP_InUp', // 娣诲姞鏈�鏂扮殑瀛樺偍杩囩▼鑷充簯绔� TVPName: innerFunc, TVPText: newLText, -- Gitblit v1.8.0