From 964faa1077a89713910063c39ebe08fac4e4c56e Mon Sep 17 00:00:00 2001
From: Houjie <714924425@qq.com>
Date: 星期四, 24 七月 2025 17:44:18 +0800
Subject: [PATCH] 企业维修适配修改

---
 common/service/config.service.js |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/common/service/config.service.js b/common/service/config.service.js
index b190b3b..f6f5691 100644
--- a/common/service/config.service.js
+++ b/common/service/config.service.js
@@ -1,17 +1,18 @@
-let BASE_URL = 'https://192.168.1.118:9988/jeecg-boot'
-
-
+let BASE_URL = ''
 if (process.env.NODE_ENV == 'development') {
 	
-    BASE_URL = 'https://192.168.1.118:9988/jeecg-boot' // 寮�鍙戠幆澧�
+    BASE_URL = '/jeecg-boot' // 寮�鍙戠幆澧�
 } else {
-	BASE_URL = 'https://192.168.1.118:9988/jeecg-boot' // 鐢熶骇鐜
+	BASE_URL = '/jeecg-boot' // 鐢熶骇鐜
 }
-let staticDomainURL = BASE_URL+ '/sys/common/static';
+let staticDomainURL ='/sys/common/static';
+// let staticURL ='http://125.76.225.53:8086/jeecg-boot/sys/common/static/';
+let staticURL ='https://fastwoke.cn:8087/jeecg-boot/sys/common/static/';
 
 const configService = {
 	apiUrl: BASE_URL,
-	staticDomainURL: staticDomainURL
+	staticDomainURL: staticDomainURL,
+	staticURL:staticURL
 };
 
 export default configService

--
Gitblit v1.9.3