From 6fd4bdff55620c562e0a22eee3c95924951b04a4 Mon Sep 17 00:00:00 2001 From: zhaoxiaohao <279049017@qq.com> Date: Thu, 24 Sep 2020 14:10:28 +0800 Subject: [PATCH] Merge branch 'pay_master' of ssh://192.168.2.240:29418/kidgrow-microservices-platform into pay_master --- kidgrow-web/kidgrow-web-hospital/src/main/resources/static/pages/search/index_manager_view.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kidgrow-web/kidgrow-web-hospital/src/main/resources/static/pages/search/index_manager_view.html b/kidgrow-web/kidgrow-web-hospital/src/main/resources/static/pages/search/index_manager_view.html index aff0216..135fb07 100644 --- a/kidgrow-web/kidgrow-web-hospital/src/main/resources/static/pages/search/index_manager_view.html +++ b/kidgrow-web/kidgrow-web-hospital/src/main/resources/static/pages/search/index_manager_view.html @@ -26,7 +26,7 @@ if (0 == data.resp_code) { $('#data').html(syntaxHighlight(data.datas)); } else { - layer.msg('获取索引信息失败', {icon: 2, time: 500}); + layer.msg('获取索引信息失败', {icon: 2, time: 2000}); } }, 'GET'); } -- Gitblit v1.8.0