This commit is contained in:
yuping
2022-12-13 21:04:24 +08:00
parent a521ba7309
commit fbdb916a3c

View File

@@ -176,7 +176,10 @@ async function gofun({routerId}) {
// detail.value = data.data // detail.value = data.data
// state.showmapdetail = true; // state.showmapdetail = true;
// router.push({path: "/pathdetails", query: {routerId}}); // router.push({path: "/pathdetails", query: {routerId}});
window.parent.location.href = `http://u-pre.boe.com/pc/forward?to=/fe-student/pathdetails&params=${encodeURIComponent(`routerId=${routerId}`)}` import.meta.env.DEV ? router.push({
path: "/pathdetails",
query: {routerId}
}) : window.parent.location.href = `http://u-pre.boe.com/pc/forward?to=/fe-student/pathdetails&params=${encodeURIComponent(`routerId=${routerId}`)}`
} }
function toUnTask() { function toUnTask() {