大屏页面初始化

This commit is contained in:
2026-03-02 14:33:24 +08:00
parent 1de57f2089
commit e21ced5c40
3 changed files with 20 additions and 16 deletions

View File

@@ -318,7 +318,7 @@ const handleFullScreen = () => {
const handleBigScreen = () => {
if (!isMounted.value) return
const baseUrl = window.location.origin + "/bigScreen";
const baseUrl = window.location.origin + "/#/bigScreen";
window.open(baseUrl, '_blank');
}