This commit is contained in:
xiaozhiyong
2026-06-11 18:19:47 +08:00
parent 3b3253652f
commit 18883cbb03
15 changed files with 18 additions and 622 deletions

View File

@@ -283,10 +283,6 @@
)
const initPage = () => {
// 全局监听 关闭当前页面函数
emitter.on('closeThisPage', () => {
removeTab(getFmtString(route))
})
// 全局监听 关闭所有页面函数
emitter.on('closeAllPage', () => {
closeAll()