From 996f23c2244c0dff6445aa14f42bb9cb5daf8922 Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期日, 07 九月 2025 20:17:44 +0800
Subject: [PATCH] 条码打印
---
WebSRM/Scripts/webConfig.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/WebSRM/Scripts/webConfig.js b/WebSRM/Scripts/webConfig.js
index 224c97a..ca739de 100644
--- a/WebSRM/Scripts/webConfig.js
+++ b/WebSRM/Scripts/webConfig.js
@@ -7,7 +7,8 @@
//var WEBURL = "http://localhost:8082/srmAPI/"; //绔犵传鏌旀湰鍦伴厤缃�
//var WEBURL = "http://localhost:8082/srmAPI/"; //鏉ㄩ湶鏈湴閰嶇疆
//var WEBURL = "http://localhost:8082/SRMAPI/"; //鏉ㄤ箰鏈湴閰嶇疆
- var WEBURL = "http://localhost:8080/SRMAPI/"; //浣欐�濇澃鏈湴閰嶇疆
+ /*var WEBURL = "http://localhost:8080/SRMAPI/"; //浣欐�濇澃鏈湴閰嶇疆*/
+ var WEBURL = "http://localhost:83/hkAPI/"; //llj鏈湴閰嶇疆
/* var WEBURL = "http://localhost:8082/SRMAPI/";*/
return WEBURL
--
Gitblit v1.9.1