From 5fb969e4fa269d7336c14ee60d8b08e1c81a75d5 Mon Sep 17 00:00:00 2001
From: zgq <519541279@qq.com>
Date: 星期三, 24 三月 2021 16:10:27 +0800
Subject: [PATCH] 新增班组设置

---
 WebTM/layuiadmin/Scripts/webConfig.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/WebTM/layuiadmin/Scripts/webConfig.js b/WebTM/layuiadmin/Scripts/webConfig.js
index 70dfef6..48116d7 100644
--- a/WebTM/layuiadmin/Scripts/webConfig.js
+++ b/WebTM/layuiadmin/Scripts/webConfig.js
@@ -1,11 +1,11 @@
 锘縡unction GetWEBURL() {
     //var WEBURL = "http://192.168.16.80:8011/";          //鍔炲叕瀹ゆ湇鍔″櫒
-    var WEBURL = "http://localhost:8084/WebAPI/";
+    var WEBURL = "http://localhost:8085/JFAPI/";
     return WEBURL
 }
 
 function GetWEBURL1() {
     //var WEBURL = 'http://192.168.16.80:8011/';           //鍔炲叕瀹ゆ湇鍔″櫒
-    var WEBURL = 'http://localhost:8084/WebAPI/';
+    var WEBURL = 'http://localhost:8085/JFAPI/';
     return WEBURL
 }
\ No newline at end of file

--
Gitblit v1.9.1