From 3cf3cd88a7b7a49e3300e8e8c1e9034eb69a3429 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Fri, 27 Feb 2026 08:40:42 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 applications/mobile-web-view/src/axios.js |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/applications/mobile-web-view/src/axios.js b/applications/mobile-web-view/src/axios.js
index 6d74033..87997df 100644
--- a/applications/mobile-web-view/src/axios.js
+++ b/applications/mobile-web-view/src/axios.js
@@ -40,11 +40,11 @@
 	config => {
 		// 初始化错误提示状态
 		isErrorShown = false
-		if (VITE_APP_ENV === 'development') {
-			config.url = VITE_APP_API + config.url
-		} else {
-			config.url = VITE_APP_XT_URL + config.url
-		}
+		// if (VITE_APP_ENV === 'development') {
+		// 	config.url = VITE_APP_API + config.url
+		// } else {
+		// 	config.url = VITE_APP_XT_URL + config.url
+		// }
 		config.headers['areaCode'] = store.state.user.selectedAreaCode
 		//安全请求header
 		config.headers['Blade-Requested-With'] = 'BladeHttpRequest'

--
Gitblit v1.9.3