From 374b003ac7a53bb032196e7b403c7cefebb16f77 Mon Sep 17 00:00:00 2001 From: vincent <1341870251@qq.com> Date: 星期四, 04 六月 2020 08:08:41 +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