修复讲解播放器显示和展厅间隔
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
lyf
2026-07-09 19:49:29 +08:00
parent 63540dac65
commit d65d02510f
3 changed files with 2 additions and 4 deletions

View File

@@ -693,8 +693,6 @@ const fallbackToExplainHome = () => {
}
const handleBack = () => {
globalAudioPlayer.close()
if (typeof window !== 'undefined' && window.history.length > 1) {
const currentHref = window.location.href
window.history.back()