From 3ec528fac238a566717c7660d7f171f2298b7a92 Mon Sep 17 00:00:00 2001 From: houruijun <411269194@kidgrow.com> Date: Sat, 10 Oct 2020 15:11:23 +0800 Subject: [PATCH] 修改运营平台首页,在没有任何权限的时候页面空白的问题。 --- kidgrow-web/kidgrow-web-hospital/src/main/resources/static/pages/search/index_manager.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kidgrow-web/kidgrow-web-hospital/src/main/resources/static/pages/search/index_manager.html b/kidgrow-web/kidgrow-web-hospital/src/main/resources/static/pages/search/index_manager.html index aec9112..12c4a45 100644 --- a/kidgrow-web/kidgrow-web-hospital/src/main/resources/static/pages/search/index_manager.html +++ b/kidgrow-web/kidgrow-web-hospital/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.resp_code == 0) { - layer.msg(data.resp_msg, {icon: 1, time: 500}); + layer.msg(data.resp_msg, {icon: 1, time: 2000}); obj.del(); } else { - layer.msg(data.resp_msg, {icon: 2, time: 500}); + layer.msg(data.resp_msg, {icon: 2, time: 2000}); } }, 'DELETE'); }); -- Gitblit v1.8.0