From 4eca179a8c7ebbe310f6560fc8f88555a2e6994e Mon Sep 17 00:00:00 2001
From: vincent <1341870251@qq.com>
Date: 星期二, 02 六月 2020 14:03:24 +0800
Subject: [PATCH] #
---
src/main/webapp/static/js/common.js | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/static/js/common.js b/src/main/webapp/static/js/common.js
index 9907798..c3a06a1 100644
--- a/src/main/webapp/static/js/common.js
+++ b/src/main/webapp/static/js/common.js
@@ -1,8 +1,13 @@
// 鐢熶骇
-// var baseUrl = "/asrs";
+// var baseUrl = "/wcs";
// 娴嬭瘯
var baseUrl = "";
+function setVal(el, val) {
+ if (el.text() !== val){
+ el.html(val);
+ }
+}
// 璇︽儏绐楀彛-楂樺害
var detailHeight = '80%';
--
Gitblit v1.9.1