调整:福州control调整

This commit is contained in:
fan 2019-08-01 09:57:29 +08:00
parent cba988e5d3
commit 4be4c87327
2 changed files with 3 additions and 1 deletions

View File

@ -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] = {};
} }
} }

View File

@ -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();
} }