-- 修改跳转

This commit is contained in:
yuping
2022-12-26 19:28:44 +08:00
parent fed2759ff7
commit 11a45956b3
7 changed files with 11 additions and 11 deletions

View File

@@ -64,7 +64,7 @@ function toDetail(i) {
`${import.meta.env.VITE_BOE_PATH_DETAIL_URL}/pathdetails&params=${encodeURIComponent(
`routerId=${props.detail.routerId}&routerName=${props.detail.routerName}`
)}`
,'_self');
,'_top');
}
function close() {