From a959fc4904aa13d22f67c928d5e87b36ce6c5bc3 Mon Sep 17 00:00:00 2001 From: liuyuan <582976274@qq.com> Date: Fri, 18 Apr 2025 16:33:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/baseUrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/baseUrl.js b/config/baseUrl.js index c4583a1..5e2c712 100644 --- a/config/baseUrl.js +++ b/config/baseUrl.js @@ -2,7 +2,7 @@ let baseUrl = ""; let socketUrl = ""; if (process.env.NODE_ENV === 'development') { // 开发环境 - // baseUrl = "http://192.168.110.100:9200/pb/"; // 张川川 + //baseUrl = "http://192.168.110.100:9200/pb/"; // 张川川 baseUrl = "https://api.nuttyreading.com/"; // 线上正式 } else if (process.env.NODE_ENV === 'production') { // 生产环境11