From a94e89e2a85d05ce57853bbb0f6c6f0b6f7c536a Mon Sep 17 00:00:00 2001 From: chenzeping <ChenZeping02609@163.com> Date: 星期四, 08 四月 2021 11:22:25 +0800 Subject: [PATCH] 弹框问题修改 --- src/conf/Constants.js | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/src/conf/Constants.js b/src/conf/Constants.js index 72bb8f0..6784be5 100644 --- a/src/conf/Constants.js +++ b/src/conf/Constants.js @@ -4,6 +4,25 @@ POLYGON: 'polygon' } +export const logicMapper = { + wasteGasPfk: 'WasteGas.js', + wasteWaterPfk: 'WasteWater.js', + wasteSolidCcd: 'SolidWaste.js', + sewersAreaGs: 'Company.js' +} + +export const STYLES = { + FILL: true, + WEIGHT: 3, + FILL_COLOR: '#73b2ff', + COLOR: '#73b2ff', + FILL_OPACITY: 0.2, + OPACITY: 1, + DASH_ARRAY: '4,4', + DASH_SPPED: -5, + ICON_SIZE: [20, 20] +} + export const props = { pipename: '绠$嚎鍚嶇О', pipecode: '绠$嚎缂栫爜', -- Gitblit v1.8.0