import { getCache } from "./cache"; import {pullNotice} from '@/api/collect.js' let pullNoticeExecutor = null export const startPullNotice = () => { console.log('开始执行轮询'); }