From e7ee6502ce70f0aa1728b9a67780ec28f6218a45 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期二, 20 九月 2022 14:45:04 +0800 Subject: [PATCH] # --- src/main/webapp/views/pipeline.html | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/main/webapp/views/pipeline.html b/src/main/webapp/views/pipeline.html index 8ab209f..6415b2f 100644 --- a/src/main/webapp/views/pipeline.html +++ b/src/main/webapp/views/pipeline.html @@ -73,13 +73,12 @@ </div> </fieldset> </div> - - <div> - <span style="color: #1E9FFF">PLC寮傚父淇℃伅琛�:</span> - </div> </div> <!-- 涓讳綋 --> <div class="plc-log-body"> + <div> + <span style="color: #1E9FFF">PLC寮傚父淇℃伅琛�:</span> + </div> <table id="plc-error-table"> <thead> <tr> @@ -227,7 +226,7 @@ method: 'POST', success: function (res) { if (res.code === 200){ - layer.msg(res.msg, {icon: 1}) + layer.msg("鎿嶄綔鎴愬姛锛岃鑰愬績绛夊緟涓�鍒嗛挓", {icon: 1}) } else if (res.code === 403){ window.location.href = baseUrl+"/login"; } else { -- Gitblit v1.9.1