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.production.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/config/env.production.js b/config/env.production.js
index 07f4c05..ae16e7a 100644
--- a/config/env.production.js
+++ b/config/env.production.js
@@ -1,4 +1,5 @@
 module.exports = {
     NODE_ENV: "production",
-    baseUrl: '121.239.169.30:33306',
+    baseUrl: 'http://121.239.169.30:13001',
+    // baseUrl: 'http://192.168.0.52:13001',
 }
\ No newline at end of file

--
Gitblit v1.9.2