From 92230b628efc92953e3112c6a7e886f46dbadb35 Mon Sep 17 00:00:00 2001 From: chenyabin <Chenab123!> Date: 星期四, 20 五月 2021 09:16:31 +0800 Subject: [PATCH] 处置信息弹框关闭 --- src/conf/layers/LayerVideo.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/conf/layers/LayerVideo.js b/src/conf/layers/LayerVideo.js index 2222f80..7599043 100644 --- a/src/conf/layers/LayerVideo.js +++ b/src/conf/layers/LayerVideo.js @@ -4,5 +4,6 @@ export const LayerVideo = { code: 'sewersVideo', name: '瑙嗛鐩戞帶', - checked: false + checked: false, + type: 0 } -- Gitblit v1.8.0