调整:福州control调整
This commit is contained in:
parent
cba988e5d3
commit
4be4c87327
@ -382,6 +382,9 @@ class SkinStyle extends defaultStyle {
|
|||||||
this[deviceType.Line] = {
|
this[deviceType.Line] = {
|
||||||
lineColor: '#FFFFFF'
|
lineColor: '#FFFFFF'
|
||||||
};
|
};
|
||||||
|
this[deviceType.LcControl] = {};
|
||||||
|
this[deviceType.ZcControl] = {};
|
||||||
|
this[deviceType.LimitControl] = {};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -5,7 +5,6 @@ export default class EMouse extends Group {
|
|||||||
constructor(device) {
|
constructor(device) {
|
||||||
super();
|
super();
|
||||||
this.device = device;
|
this.device = device;
|
||||||
console.log('device', device);
|
|
||||||
this.down = true;
|
this.down = true;
|
||||||
this._create();
|
this._create();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user