pullNotice.js 192 B

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