From 70e4fc3bee1e1f3b187dbd9e081b156d15532c2c Mon Sep 17 00:00:00 2001 From: liuke <123456> Date: Thu, 29 Oct 2020 09:52:00 +0800 Subject: [PATCH] 修改 zuul的内存大小 --- 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