From 3d78adafb144c2d27c998a79d54beec72a984a80 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期五, 05 六月 2020 10:44:11 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/common.js | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/static/js/common.js b/src/main/webapp/static/js/common.js index fa66fe0..fdc899f 100644 --- a/src/main/webapp/static/js/common.js +++ b/src/main/webapp/static/js/common.js @@ -2,7 +2,10 @@ // var baseUrl = "/wcs"; // 娴嬭瘯 var baseUrl = ""; +// 绯荤粺杩愯鐘舵�� +var systemRunning = true; +// 璧嬪�� function setVal(el, val) { if (el.text() !== val){ el.html(val); -- Gitblit v1.9.1