From f2a0ea849099f49a3d2a9c7e5c44d033df22468f Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期三, 14 八月 2024 14:55:38 +0800
Subject: [PATCH] 设备管理模块

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

diff --git a/config/index.js b/config/index.js
index 439c3e7..3998b06 100644
--- a/config/index.js
+++ b/config/index.js
@@ -10,11 +10,14 @@
 // 绾夸笂鐩戠
 const inspectUrl = 'https://fyami.com.cn:447';
 // const inspectUrl = 'http://192.168.0.138:8082';
+// 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 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