From 5d4402a4928a24d7fbb698f7f4f6640967570bff Mon Sep 17 00:00:00 2001 From: vincent <1341870251@qq.com> Date: 星期三, 03 六月 2020 17:04:53 +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