forked from kidgrow-microservices-platform

zhaoxiaohao
2020-09-23 1498c20c89ce925c8de48811044c09abacc004aa
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');
        }