From a3e3f7e01b6dceef49b978ed3f133213167e42fe Mon Sep 17 00:00:00 2001 From: dougang <78125310@kidgrow.com> Date: Thu, 03 Dec 2020 11:19:34 +0800 Subject: [PATCH] 1、OSS增加C端目录 2、修改上传路径,支持不同目录上传 --- kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/search/index_manager.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/search/index_manager.html b/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/search/index_manager.html index 66842a6..d7dc44c 100644 --- a/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/search/index_manager.html +++ b/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/search/index_manager.html @@ -102,10 +102,10 @@ admin.req('api-search/admin/index?indexName='+obj.data.indexName, {}, function (data) { layer.closeAll('loading'); if (data.code == 0) { - layer.msg(data.msg, {icon: 1, time: 500}); + layer.msg(data.msg, {icon: 1, time: 2000}); obj.del(); } else { - layer.msg(data.msg, {icon: 2, time: 500}); + layer.msg(data.msg, {icon: 2, time: 2000}); } }, 'DELETE'); }); -- Gitblit v1.8.0