From 4be4c87327d1c5bc93c35e878d2e0fc3db44ca68 Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Thu, 1 Aug 2019 09:57:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=EF=BC=9A=E7=A6=8F=E5=B7=9Eco?= =?UTF-8?q?ntrol=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/jmap/config/skinStyle/fuzhou_01.js | 3 +++ src/jmap/shape/ZcControl/EMouse.js | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/jmap/config/skinStyle/fuzhou_01.js b/src/jmap/config/skinStyle/fuzhou_01.js index d320ab0de..a662e59ae 100644 --- a/src/jmap/config/skinStyle/fuzhou_01.js +++ b/src/jmap/config/skinStyle/fuzhou_01.js @@ -382,6 +382,9 @@ class SkinStyle extends defaultStyle { this[deviceType.Line] = { lineColor: '#FFFFFF' }; + this[deviceType.LcControl] = {}; + this[deviceType.ZcControl] = {}; + this[deviceType.LimitControl] = {}; } } diff --git a/src/jmap/shape/ZcControl/EMouse.js b/src/jmap/shape/ZcControl/EMouse.js index b2fb7c50f..dd2a1e68a 100644 --- a/src/jmap/shape/ZcControl/EMouse.js +++ b/src/jmap/shape/ZcControl/EMouse.js @@ -5,7 +5,6 @@ export default class EMouse extends Group { constructor(device) { super(); this.device = device; - console.log('device', device); this.down = true; this._create(); }