This commit is contained in:
zhangyc
2022-12-17 19:19:01 +08:00
parent 756221c47d
commit edd651177d
6 changed files with 60 additions and 31 deletions

View File

@@ -193,13 +193,8 @@ async function gofun({ routerId, name: routerName }) {
path: "/pathdetails",
query: { routerId, routerName },
})
: window.open(
`http://localhost:5173/fe-student/pathdetails&params=${encodeURIComponent(
`routerId=${routerId}&routerName=${routerName}`
)}`
);
:window.open(`http://u-pre.boe.com/pc/forward?to=/fe-student/pathdetails&params=${encodeURIComponent(`routerId=${routerId}&routerName=${routerName}`)}`)
}
function toUnTask() {}
</script>
<style lang="scss">