From 03fb3f8e5bea1e4f87cc3e2d68fd521dcf663458 Mon Sep 17 00:00:00 2001
From: 野心家 <1051256694@qq.com>
Date: 星期三, 06 九月 2023 09:02:44 +0800
Subject: [PATCH] #
---
src/main/webapp/views/monitor/index.html | 49 +++----------------------------------------------
1 files changed, 3 insertions(+), 46 deletions(-)
diff --git a/src/main/webapp/views/monitor/index.html b/src/main/webapp/views/monitor/index.html
index c0e3314..5ab233c 100644
--- a/src/main/webapp/views/monitor/index.html
+++ b/src/main/webapp/views/monitor/index.html
@@ -56,50 +56,7 @@
</body>
</html>
<script>
- // 宸�
- $('.time-tools').click(function () {
- exitFull();
- });
- $('.head-title').click(function () {
- full();
- });
- //寮�濮嬪叏灞�
- function full() {
- var docElm = document.documentElement;
- //W3C
- if (docElm.requestFullscreen) {
- docElm.requestFullscreen();
- }
- //FireFox
- else if (docElm.mozRequestFullScreen) {
- docElm.mozRequestFullScreen();
- }
- //Chrome绛�
- else if (docElm.webkitRequestFullScreen) {
- docElm.webkitRequestFullScreen();
- }
- //IE11
- else if (elem.msRequestFullscreen) {
- elem.msRequestFullscreen();
- }
- }
-
- //閫�鍑哄叏灞�
- function exitFull() {
- if (document.exitFullscreen) {
- document.exitFullscreen();
- }
- else if (document.mozCancelFullScreen) {
- document.mozCancelFullScreen();
- }
- else if (document.webkitCancelFullScreen) {
- document.webkitCancelFullScreen();
- }
- else if (document.msExitFullscreen) {
- document.msExitFullscreen();
- }
- }
- let url = 'http://192.168.4.188:8088/fnwms'
+ let url = 'http://10.12.55.200:8080/fnwms'
var item = [{locNo: '1',locSts: '1',mk: '1',packStatus$: '1'}]
var year = '2020';
var month = '05';
@@ -169,7 +126,7 @@
* 鑾峰彇鏃堕棿
*/
function getDate() {
- http.get("http://localhost:9090/fnwcs/monitor/date", null, function (res) {
+ http.get("http://10.12.55.200:8080/fnwcs/monitor/date", null, function (res) {
if (res.code === 200){
year = res.data.year;
month = res.data.month;
@@ -218,7 +175,7 @@
color: '#FFF'
}
},
- data: ['鍏朵粬', '娴嬭瘯搴撲綅', '闈欑疆搴撲綅', '娴嬭瘯鍓嶆殏瀛樺簱涓�', '娴嬭瘯澶辫触搴撲綅']
+ data: ['娴嬭瘯搴撲綅', '闈欑疆搴撲綅', '娴嬭瘯鍓嶆殏瀛樺簱涓�', '娴嬭瘯澶辫触搴撲綅']
}
],
yAxis: [
--
Gitblit v1.9.1