MCPcopy 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 */
3659function closeWin() {
3660 page.value && page.value.close();
3661}
3662/**
3663 * @description 关闭子窗口
3664 */

Callers 2

closeTaskWinFunction · 0.70
onMountedFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected