From c268999fa9a5894289e436165730525c18be93aa Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 07 八月 2023 20:42:09 +0800 Subject: [PATCH] 2023-08-07 --- src/menu/picturecontroller/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/menu/picturecontroller/index.jsx b/src/menu/picturecontroller/index.jsx index e51d89f..164b0a0 100644 --- a/src/menu/picturecontroller/index.jsx +++ b/src/menu/picturecontroller/index.jsx @@ -100,7 +100,7 @@ res.id = Utils.getuuid() } - Api.getSystemConfig({ + Api.getCloudConfig({ func: 's_url_db_adduptdel', id: res.id, PageIndex: 0, // 0 浠h〃鍏ㄩ儴 @@ -154,7 +154,7 @@ content: '', onOk() { return new Promise((resolve) => { - Api.getSystemConfig({ + Api.getCloudConfig({ func: 's_url_db_adduptdel', id: item.id, PageIndex: 0, // 0 浠h〃鍏ㄩ儴 -- Gitblit v1.8.0