From 233a467167e2b363098cc7fa63e7f26d1d15507b Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期日, 27 四月 2025 16:23:28 +0800
Subject: [PATCH] 线索任务

---
 config/index.js |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

diff --git a/config/index.js b/config/index.js
index 0d563f5..ece4cb1 100644
--- a/config/index.js
+++ b/config/index.js
@@ -17,7 +17,25 @@
 const inspectPicUrl = `${iu}/images/`;
 // const inspectPicUrl = `${inspectUrl}/images/`;
 
+// 閬撹矾搴旀�ョ嚎绱�
+const clueUrl = 'https://fyami.com.cn:448/';
+// const clueUrl = 'http://192.168.0.110:8084/';
+const cu = 'https://fyami.com.cn:448';
+// const cu = 'http://192.168.0.110:8084';
+const cluePicUrl = `${cu}/images/`;
+
+// 杩愯妯″紡
 // const mode = 'debug';
 const mode = 'prod';
 
-export { basePicUrl, baseUrl, baseFileUrl, baseIconUrl, inspectUrl, inspectPicUrl, mode };
+export {
+  basePicUrl,
+  baseUrl,
+  baseFileUrl,
+  baseIconUrl,
+  inspectUrl,
+  inspectPicUrl,
+  clueUrl,
+  cluePicUrl,
+  mode,
+};

--
Gitblit v1.9.3