From 3282e95db0207ee133d1e98d9771dec9d83b0fc4 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 02 四月 2026 16:24:38 +0800
Subject: [PATCH] 2026.4.2 新增专题管理功能
---
config/index.js | 30 ++++++++++++++++++++++++++----
1 files changed, 26 insertions(+), 4 deletions(-)
diff --git a/config/index.js b/config/index.js
index c04e5c0..f3d8c5e 100644
--- a/config/index.js
+++ b/config/index.js
@@ -1,20 +1,42 @@
// 瀹堟硶鑷姪灏忕▼搴�
-// const baseUrl = 'http://192.168.0.138:8080';
+// const baseUrl = 'http://192.168.0.103:8082';
const baseUrl = 'https://fyami.com.cn';
+// 瀹堟硶鑷姪灏忕▼搴忓浘鐗�
const bu = 'https://fyami.com.cn';
const basePicUrl = `${bu}/images/`;
const baseIconUrl = `${bu}/images/weixin/eplaw/`;
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 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