From 9e03cef43d18178f1c12f1755f7abfc8af351cec Mon Sep 17 00:00:00 2001
From: 野心家 <1051256694@qq.com>
Date: 星期二, 05 九月 2023 14:13:39 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/monitor/index.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/views/monitor/index.html b/src/main/webapp/views/monitor/index.html
index 6e3ed9e..f99362d 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://127.0.0.1:8080/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';
@@ -126,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;

--
Gitblit v1.9.1