From 5bb5c0c4cc1227b0a3f7f4ae926a3e8324022bf9 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Fri, 19 Jul 2024 14:37:01 +0800
Subject: [PATCH] 新增导入
---
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 edca358..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.70:8087',
- baseUrl: 'http://sms.sinanoaq.cn/api',
+ baseUrl: 'http://192.168.2.11:8087',
+ // baseUrl: 'http://sms.sinanoaq.cn/api',
};
\ No newline at end of file
--
Gitblit v1.9.2