彻底停用schedule模块

This commit is contained in:
2026-05-07 17:39:21 +08:00
parent 4bf8278951
commit 4d77943437
2 changed files with 11 additions and 0 deletions
@@ -728,6 +728,10 @@ let timer = null;
let resizeObserver = null;
onMounted(() => {
//模块已停用,跳转到新模块
router.push('/calendars')
return
getEvents();
timer = setInterval(() => {
getEvents();