Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Xu22Web/tech-study-js
/ closeWin
Function
closeWin
tech-study.js:3659–3661 ·
view source on GitHub ↗
* @description 关闭窗口
()
Source
from the content-addressed store, hash-verified
3657
* @description 关闭窗口
3658
*/
3659
function
closeWin() {
3660
page.value && page.value.close();
3661
}
3662
/**
3663
* @description 关闭子窗口
3664
*/
Callers
2
closeTaskWin
Function · 0.70
onMounted
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected