From fe78ade0acf1c83986fe0b5ffa92fd2ead09555c Mon Sep 17 00:00:00 2001
From: vincent <1341870251@qq.com>
Date: 星期四, 04 六月 2020 16:04:12 +0800
Subject: [PATCH] #gateway-core

---
 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