From 282b9a820fab24e7ab1f23d146834de618e101ff Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期三, 06 九月 2023 09:29:23 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/zjfnwcs' into zjfnwcs
---
src/main/webapp/views/monitor/index.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/webapp/views/monitor/index.html b/src/main/webapp/views/monitor/index.html
index 5ab233c..4a06c80 100644
--- a/src/main/webapp/views/monitor/index.html
+++ b/src/main/webapp/views/monitor/index.html
@@ -56,7 +56,7 @@
</body>
</html>
<script>
- let url = 'http://10.12.55.200:8080/fnwms'
+ let url = 'http://192.168.4.188:8085/fnwms'
var item = [{locNo: '1',locSts: '1',mk: '1',packStatus$: '1'}]
var year = '2020';
var month = '05';
@@ -126,7 +126,7 @@
* 鑾峰彇鏃堕棿
*/
function getDate() {
- http.get("http://10.12.55.200:8080/fnwcs/monitor/date", null, function (res) {
+ http.get("http://localhost:9090/fnwcs/monitor/date", null, function (res) {
if (res.code === 200){
year = res.data.year;
month = res.data.month;
@@ -175,7 +175,7 @@
color: '#FFF'
}
},
- data: ['娴嬭瘯搴撲綅', '闈欑疆搴撲綅', '娴嬭瘯鍓嶆殏瀛樺簱涓�', '娴嬭瘯澶辫触搴撲綅']
+ data: ['鍏朵粬', '娴嬭瘯搴撲綅', '闈欑疆搴撲綅', '娴嬭瘯鍓嶆殏瀛樺簱涓�', '娴嬭瘯澶辫触搴撲綅']
}
],
yAxis: [
--
Gitblit v1.9.1