feat: 清除缓存页面

This commit is contained in:
zhangyh
2025-10-28 15:17:47 +08:00
parent baff697b4f
commit 0438cf95b9
6 changed files with 44 additions and 33 deletions

View File

@@ -25,6 +25,7 @@
})
.then(() => {
MyEvent.emit('clear-generate-state')
MyEvent.emit('clearAllCache')
nav.path && router.push(nav.path)
})
.catch(() => {})