From 634e2994bc4020a06d7116f44a83702a0e423a22 Mon Sep 17 00:00:00 2001
From: Houjie <714924425@qq.com>
Date: 星期三, 09 七月 2025 09:29:14 +0800
Subject: [PATCH] 点检历史 维修历史,周报历史,相关图标

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

diff --git a/common/service/config.service.js b/common/service/config.service.js
index 7a24a16..9cc8b0c 100644
--- a/common/service/config.service.js
+++ b/common/service/config.service.js
@@ -1,17 +1,16 @@
-let BASE_URL = '/jeecg-boot'
-
-
+let BASE_URL = 'http://192.168.1.68:9918/jeecg-boot'
 if (process.env.NODE_ENV == 'development') {
 	
-    BASE_URL = '/jeecg-boot' // 寮�鍙戠幆澧�
+    BASE_URL = 'http://192.168.1.68:9918/jeecg-boot' // 寮�鍙戠幆澧�
 } else {
-	BASE_URL = '/jeecg-boot' // 鐢熶骇鐜
+	BASE_URL = 'http://192.168.1.68:9918/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/';
 const configService = {
 	apiUrl: BASE_URL,
-	staticDomainURL: staticDomainURL
+	staticDomainURL: staticDomainURL,
+	staticURL:staticURL
 };
 
 export default configService

--
Gitblit v1.9.3