删除注释
This commit is contained in:
parent
493f9da4d1
commit
f1c1a9f90d
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user