From c76066871ef180e8518edfe3dfac8a15b8e8553b Mon Sep 17 00:00:00 2001
From: yujian <yujian@163.com>
Date: 星期六, 16 五月 2020 17:38:12 +0800
Subject: [PATCH] 请求地址改为正式

---
 js/requestHost.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/js/requestHost.js b/js/requestHost.js
index 93e3636..d70721e 100644
--- a/js/requestHost.js
+++ b/js/requestHost.js
@@ -9,7 +9,7 @@
 	var h200 = "http://192.168.1.200:8088/fanli"; // 鍠诲仴鐢佃剳鏈嶅姟鍣�
 	var h253 = "http://192.168.1.253:8080/fanli"; // 鍏徃253鐢佃剳
 	var myhttp = "http://134.175.68.214/fanli"; // 澶栫綉IP娴嬭瘯
-	return h253;
+	return myhttp;
 }
 
 

--
Gitblit v1.8.0