Browse Source

fix: 修改h5地址

sy-water-data-board-ui
hxh 1 month ago
parent
commit
e2814e82fc
  1. 4
      src/views/mobilePage/index.vue

4
src/views/mobilePage/index.vue

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

Loading…
Cancel
Save