彻底停用schedule模块
This commit is contained in:
@@ -728,6 +728,10 @@ let timer = null;
|
||||
let resizeObserver = null;
|
||||
|
||||
onMounted(() => {
|
||||
//模块已停用,跳转到新模块
|
||||
router.push('/calendars')
|
||||
return
|
||||
|
||||
getEvents();
|
||||
timer = setInterval(() => {
|
||||
getEvents();
|
||||
|
||||
Reference in New Issue
Block a user