mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-11 11:56:48 +08:00
Merge branch 'develop'
This commit is contained in:
@@ -165,7 +165,7 @@ function toDetail(i) {
|
|||||||
})
|
})
|
||||||
: window.open(
|
: window.open(
|
||||||
`${window.location.protocol + import.meta.env.VITE_BOE_PATH_DETAIL_URL}/pathdetails¶ms=${encodeURIComponent(
|
`${window.location.protocol + import.meta.env.VITE_BOE_PATH_DETAIL_URL}/pathdetails¶ms=${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');
|
,'_top');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user