From 475ed59d4ad0b189d2b8613a400b927b97f34478 Mon Sep 17 00:00:00 2001 From: 克 刘 <4345453@qq.com> Date: Sat, 15 Aug 2020 09:14:09 +0800 Subject: [PATCH] 短信微服务合并到文件操作微服务,当做平台插件微服务,原短信微服务在框架中保留 --- 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