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()}`; }, };