From b515fae43490ab20977d559e19d4e5f63a4fd96d Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 25 四月 2025 16:42:39 +0800
Subject: [PATCH] 应急线索模块

---
 config/index.js |   33 +++++++++++++++++++++++++++------
 1 files changed, 27 insertions(+), 6 deletions(-)

diff --git a/config/index.js b/config/index.js
index c04e5c0..6894fb8 100644
--- a/config/index.js
+++ b/config/index.js
@@ -1,5 +1,5 @@
 // 瀹堟硶鑷姪灏忕▼搴�
-// const baseUrl = 'http://192.168.0.138:8080';
+// const baseUrl = 'http://192.168.0.138:8082';
 const baseUrl = 'https://fyami.com.cn';
 
 const bu = 'https://fyami.com.cn';
@@ -8,13 +8,34 @@
 const baseFileUrl = `${bu}/meeting/file/`;
 
 // 绾夸笂鐩戠
-// const inspectUrl = 'https://fyami.com.cn:447';
-const inspectUrl = 'http://192.168.0.138:8082';
+const inspectUrl = 'https://fyami.com.cn:447';
+// const inspectUrl = 'http://192.168.0.138:9001';
+// const inspectUrl = 'http://192.168.0.138:8080';
+// const inspectUrl = 'http://192.168.1.8:8080';
 
 const iu = 'https://fyami.com.cn:447';
 const inspectPicUrl = `${iu}/images/`;
+// const inspectPicUrl = `${inspectUrl}/images/`;
 
-const mode = 'debug';
-// const mode = 'prod';
+// 閬撹矾搴旀�ョ嚎绱�
+const clueUrl = 'https://fyami.com.cn:448/';
+// const clueUrl = 'http://192.168.0.110:8080/';
+const cu = 'https://fyami.com.cn:448';
+// const cu = 'http://192.168.0.110:8080';
+const cluePicUrl = `${cu}/images/`;
 
-export { basePicUrl, baseUrl, baseFileUrl, baseIconUrl, inspectUrl, inspectPicUrl, mode };
+// 杩愯妯″紡
+// const mode = 'debug';
+const mode = 'prod';
+
+export {
+  basePicUrl,
+  baseUrl,
+  baseFileUrl,
+  baseIconUrl,
+  inspectUrl,
+  inspectPicUrl,
+  clueUrl,
+  cluePicUrl,
+  mode,
+};

--
Gitblit v1.9.3