Commit b1e6e546 authored by liujiangnan's avatar liujiangnan

debug

parent 4e1858f4
......@@ -201,8 +201,10 @@ export function timerManager () {
return {
freeAll() {
console.log("===liu=====freeAll");
for (const key in window.timerManager) {
const obj = window.timerManager[key];
console.log("===liu=====",obj.handler, obj.type);
if(obj.handler){
window[obj.type](obj.handler);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment