From 743a085df156140f4a3f4ae2d03e910790181945 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期一, 08 四月 2024 15:05:12 +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