From af930887f9972b7dd21c80599e697e44f5e5a579 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期三, 13 十一月 2024 14:05:04 +0800
Subject: [PATCH] 移除视频相关组件

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

diff --git a/config/index.js b/config/index.js
index cfe8777..0d563f5 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,7 @@
 const inspectPicUrl = `${iu}/images/`;
 // const inspectPicUrl = `${inspectUrl}/images/`;
 
-const mode = 'debug';
-// const mode = 'prod';
+// const mode = 'debug';
+const mode = 'prod';
 
 export { basePicUrl, baseUrl, baseFileUrl, baseIconUrl, inspectUrl, inspectPicUrl, mode };

--
Gitblit v1.9.3