代码调整

This commit is contained in:
joylink_cuiweidong 2020-10-22 14:29:55 +08:00
parent c89c2f2e11
commit 7352193df1

View File

@ -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'
};
}