大屏页面初始化
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user