From 24f9337e9bf1f163787fdc0617c8223619fac909 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期二, 27 六月 2023 08:38:22 +0800
Subject: [PATCH] 新增页面和配置,对接口

---
 config/env.production.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

--
Gitblit v1.9.2