From 1ea7a94afe8369c797e2bc451c842c7c0f41d31d Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期五, 08 九月 2023 15:35:25 +0800 Subject: [PATCH] initial commit --- config/env.development.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/env.development.js b/config/env.development.js index 720ebba..5d585a8 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', + baseUrl: 'http://192.168.0.41:8086', + // baseUrl: 'http://121.239.169.30:13001', } \ No newline at end of file -- Gitblit v1.9.2