From c7bd1a3fd46b5d5f887ce4f674387294ee1e8ccd Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期二, 31 十月 2023 17:09:29 +0800
Subject: [PATCH] 添加手机校验

---
 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