From f4ed2c4a1412f7256614e04e18683ca15a89bb25 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Wed, 05 Nov 2025 08:58:21 +0800
Subject: [PATCH] 新增

---
 common/constant.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/constant.js b/common/constant.js
index 94fdf35..0a686af 100644
--- a/common/constant.js
+++ b/common/constant.js
@@ -2,8 +2,8 @@
 let VUE_APP_BASE_URL= null;
 if (process.env.NODE_ENV == 'development') {
 	// VUE_APP_BASE_URL = 'http://106.15.95.149:8056/api'
-	// VUE_APP_BASE_URL = 'http://192.168.2.30:8056/api'
-	VUE_APP_BASE_URL = 'https://reagent.sinanoaq.cn/exam'
+	VUE_APP_BASE_URL = 'http://192.168.2.28:8056/api'
+	// VUE_APP_BASE_URL = 'https://reagent.sinanoaq.cn/exam'
 }else {
 	// VUE_APP_BASE_URL = 'http://192.168.2.15:8082'
 	// 正式环境

--
Gitblit v1.9.2