From 7352193df1bde1aecfa3f10830e91f93458ac4e4 Mon Sep 17 00:00:00 2001 From: joylink_cuiweidong <364937672@qq.com> Date: Thu, 22 Oct 2020 14:29:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/jmapNew/theme/factory.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/jmapNew/theme/factory.js b/src/jmapNew/theme/factory.js index 6075c2bd3..1878e5469 100644 --- a/src/jmapNew/theme/factory.js +++ b/src/jmapNew/theme/factory.js @@ -2,7 +2,7 @@ class Theme { constructor(code) { this._code = '02'; this._mapMenu = { - '00': 'aus_00', + '00': 'aus_00', '01': 'chengdu_01', '02': 'fuzhou_01', '03': 'beijing_01', @@ -14,7 +14,8 @@ class Theme { '09': 'xian_02', '10': 'xian_01', '11': 'xian_01', - '12': 'ningbo_03' + '12': 'ningbo_03', + '13':'beijing_01' }; this._localShowMode = { // 现地显示模式 '01': 'all', // 成都一 全显 @@ -28,7 +29,8 @@ class Theme { '09': 'all', '10': 'all', '11': 'all', - '12': 'all' + '12': 'all', + '13':'all' }; }