From aa7e52de08a8905fd58cb9884d30a43fc1cd2f80 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期三, 05 六月 2024 09:24:18 +0800 Subject: [PATCH] 修改通讯录显示 --- config/env.development.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/env.development.js b/config/env.development.js index 720ebba..76322d4 100644 --- a/config/env.development.js +++ b/config/env.development.js @@ -1,5 +1,5 @@ module.exports = { NODE_ENV: "development", - // baseUrl: 'http://192.168.0.38:8086', - baseUrl: 'http://121.239.169.30:13001', -} \ No newline at end of file + baseUrl: 'http://192.168.0.47:8086', + // baseUrl: 'http://121.239.169.30:13001', +}; \ No newline at end of file -- Gitblit v1.9.2