From a9b2a4de7d80c701b43b998aaa96967df2bb8d2a Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Thu, 26 Feb 2026 17:26:45 +0800
Subject: [PATCH] feat:https和http
---
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