From 45be153eaef9e1c1a3fe21515e9cbd785fba8e1f Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期二, 22 四月 2025 17:38:35 +0800 Subject: [PATCH] 线索任务 --- config/index.js | 25 +++++++++++++++++++++---- 1 files changed, 21 insertions(+), 4 deletions(-) diff --git a/config/index.js b/config/index.js index 30ff19b..e80d281 100644 --- a/config/index.js +++ b/config/index.js @@ -9,7 +9,7 @@ // 绾夸笂鐩戠 const inspectUrl = 'https://fyami.com.cn:447'; -// const inspectUrl = 'http://192.168.0.138:8082'; +// const inspectUrl = 'http://192.168.0.138:9001'; // const inspectUrl = 'http://192.168.0.138:8080'; // const inspectUrl = 'http://192.168.1.8:8080'; @@ -17,7 +17,24 @@ 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:8084/'; +const cu = 'https://fyami.com.cn:448'; +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