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/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