删除注释

This commit is contained in:
zyy 2019-07-15 16:03:54 +08:00
parent 493f9da4d1
commit f1c1a9f90d
2 changed files with 0 additions and 2 deletions

View File

@ -17,7 +17,6 @@ export default class ZcControl extends Group {
this.state = state;
this.style = style;
this._create(model);
console.log('zc');
this.on('mouseout', this.mouseleave);
this.on('mouseover', this.mouseenter);
}

View File

@ -58,7 +58,6 @@ export function parser(data, jmap) {
});
zrUtil.each(data.zcList || [], elem => {
console.log(elem);
mapDevice[elem.code] = deviceFactory(deviceType.ZcControl, defaultStateDict, elem);
});