From f46786f11c5c08ead7501a82e5a71430ad69b782 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期日, 27 四月 2025 17:39:24 +0800
Subject: [PATCH] 修复线索问题定位错误问题

---
 config/index.js |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/config/index.js b/config/index.js
index e80d281..ece4cb1 100644
--- a/config/index.js
+++ b/config/index.js
@@ -18,14 +18,15 @@
 // const inspectPicUrl = `${inspectUrl}/images/`;
 
 // 閬撹矾搴旀�ョ嚎绱�
-// const clueUrl = 'https://fyami.com.cn:448/';
-const clueUrl = 'http://192.168.0.110:8084/';
+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';
+// const mode = 'debug';
+const mode = 'prod';
 
 export {
   basePicUrl,

--
Gitblit v1.9.3