From 57ffebab5fded6f5236bd1b40c4b4e7a6d4ae07f Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期三, 31 七月 2024 09:50:09 +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..3f00d8e 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.2.11:8087', + // baseUrl: 'http://sms.sinanoaq.cn/api', +}; \ No newline at end of file -- Gitblit v1.9.2