From 38e2af3452b331488e052ee470a9c662fd2b9446 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期四, 26 三月 2026 15:02:41 +0800
Subject: [PATCH] 登录页面背景切换;添加多语言翻译功能
---
WebSRM/Scripts/webConfig.js | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/WebSRM/Scripts/webConfig.js b/WebSRM/Scripts/webConfig.js
index 224c97a..bb6b7c6 100644
--- a/WebSRM/Scripts/webConfig.js
+++ b/WebSRM/Scripts/webConfig.js
@@ -7,8 +7,13 @@
//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:8081/HKSRMAPI/"; //浣欐�濇澃鏈湴閰嶇疆
+ //var WEBURL = "http://localhost:83/hkAPI/"; //llj鏈湴閰嶇疆
/* var WEBURL = "http://localhost:8082/SRMAPI/";*/
return WEBURL
+}
+
+function GetWEBURlLanguage() {
+ return GetWEBURL()
}
\ No newline at end of file
--
Gitblit v1.9.1