From e2814e82fcee4fb423fb5433f2838d23afd5ee57 Mon Sep 17 00:00:00 2001 From: hxh Date: Mon, 17 Mar 2025 21:34:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9h5=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mobilePage/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/mobilePage/index.vue b/src/views/mobilePage/index.vue index 3ab4467..13f4ab8 100644 --- a/src/views/mobilePage/index.vue +++ b/src/views/mobilePage/index.vue @@ -29,8 +29,8 @@ export default { // 获取当前请求地址 const currentUrl = topTab === "sluice" - ? window.location.origin + "/mobileH5/SZengineeringInspectionList" - : window.location.origin + "/mobileH5/engineeringInspectionList"; + ? window.location.origin + "/sgcyy-slgcyxgl/mobileH5/SZengineeringInspectionList" + : window.location.origin + "/sgcyy-slgcyxgl/mobileH5/engineeringInspectionList"; this.h5Src = `${isProDuction ? currentUrl : devSrc}?t=${getToken()}`; }, };