|
@ -29,8 +29,8 @@ export default { |
|
|
// 获取当前请求地址 |
|
|
// 获取当前请求地址 |
|
|
const currentUrl = |
|
|
const currentUrl = |
|
|
topTab === "sluice" |
|
|
topTab === "sluice" |
|
|
? window.location.origin + "/mobileH5/SZengineeringInspectionList" |
|
|
? window.location.origin + "/sgcyy-slgcyxgl/mobileH5/SZengineeringInspectionList" |
|
|
: window.location.origin + "/mobileH5/engineeringInspectionList"; |
|
|
: window.location.origin + "/sgcyy-slgcyxgl/mobileH5/engineeringInspectionList"; |
|
|
this.h5Src = `${isProDuction ? currentUrl : devSrc}?t=${getToken()}`; |
|
|
this.h5Src = `${isProDuction ? currentUrl : devSrc}?t=${getToken()}`; |
|
|
}, |
|
|
}, |
|
|
}; |
|
|
}; |
|
|