Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
yuping
2023-03-05 14:39:55 +08:00

View File

@@ -165,7 +165,7 @@ function toDetail(i) {
})
: window.open(
`${window.location.protocol + import.meta.env.VITE_BOE_PATH_DETAIL_URL}/pathdetails&params=${encodeURIComponent(
`routerId=${props.detail.id}&routerName=${props.detail.name}&chapterId=${chapterId}&studySetting=${studySetting}`
`routerId=${props.detail.id}&routerName=${props.detail.name}&chapterId=${chapterId}&isStudy=${isStudy}`
)}`
,'_top');
}