From 5036880fc037e5d112206b93a729f60be12bf8ab Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期四, 07 十一月 2024 17:03:13 +0800 Subject: [PATCH] 2024.11.07 bug修复 --- config/index.js | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/config/index.js b/config/index.js index 275f3d3..cfe8777 100644 --- a/config/index.js +++ b/config/index.js @@ -1,5 +1,5 @@ // 瀹堟硶鑷姪灏忕▼搴� -// const baseUrl = 'http://192.168.0.138:8080'; +// const baseUrl = 'http://192.168.0.138:8082'; const baseUrl = 'https://fyami.com.cn'; const bu = 'https://fyami.com.cn'; @@ -8,12 +8,14 @@ const baseFileUrl = `${bu}/meeting/file/`; // 绾夸笂鐩戠 -// const inspectUrl = 'https://fyami.com.cn:447'; +const inspectUrl = 'https://fyami.com.cn:447'; // const inspectUrl = 'http://192.168.0.138:8082'; -const inspectUrl = 'http://192.168.1.8:8080'; +// 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'; -- Gitblit v1.9.3