From 8ab5e98465199c58454edc579ebae903d162c78b Mon Sep 17 00:00:00 2001
From: cnf <3200815559@qq.com>
Date: 星期四, 14 八月 2025 17:36:02 +0800
Subject: [PATCH] 领料模块

---
 Scripts/config.js |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Scripts/config.js b/Scripts/config.js
index 3a79a61..a046842 100644
--- a/Scripts/config.js
+++ b/Scripts/config.js
@@ -1,8 +1,8 @@
 锘�/*var APIURL = "http://192.168.1.187:8083/api/";*///鍚庣鍙戝竷娴嬭瘯鍦板潃
-//var APIURL = "http://localhost:5204/api/";
-var APIURL_PC = "http://192.168.1.187:81/"; //PC鍚庣鐨勫湴鍧�
-var APIURL = "http://192.168.1.187:83/api/";
-//var APIURL_PC = "http://116.148.211.203:8081/";//
+var APIURL = "http://localhost:5204/api/";
+//var APIURL_PC = "http://192.168.1.187:81/"; //PC鍚庣鐨勫湴鍧�
+//var APIURL = "http://192.168.1.187:83/api/";
+var APIURL_PC = "http://116.148.211.203:8081/";//
 var APIURL_IMAGE = APIURL_PC+"upload/";
 var ISNEEDLOGIN = true;
 String.prototype.trim = function () {

--
Gitblit v1.9.3