From 1a0e4972f80278bfa9e53283374b745b6c968341 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期二, 13 八月 2024 17:30:57 +0800 Subject: [PATCH] 设备信息管理模块 --- config/index.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/index.js b/config/index.js index 439c3e7..c04e5c0 100644 --- a/config/index.js +++ b/config/index.js @@ -8,8 +8,8 @@ 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:8082'; const iu = 'https://fyami.com.cn:447'; const inspectPicUrl = `${iu}/images/`; -- Gitblit v1.9.3