调整西安二号线配置

This commit is contained in:
fan 2020-04-15 09:07:23 +08:00
parent 2f6f75ff3c
commit 09f3c4b969
2 changed files with 7 additions and 4 deletions

View File

@ -1,12 +1,13 @@
const mapDeviceStyle = {
'01': 'chengdu_01',
// '01': 'xian_02',
'02': 'fuzhou_01',
'03': 'bejing_01',
'04': 'chengdu_03',
'06': 'ningbo_01',
'07': 'haerbin_01',
'08': 'foshan_01'
'08': 'foshan_01',
'09': 'xian_02'
};
export function selectLineCode(code) {

View File

@ -9,7 +9,8 @@ class Theme {
'05': 'fuzhou_01', // 国际版运行图皮肤 指向05 福州线路
'06': 'ningbo_01',
'07': 'haerbin_01', // 哈尔滨培训线路
'08': 'foshan_01'
'08': 'foshan_01',
'09': 'fuzhou_01'
};
this._localShowMode = { // 现地显示模式
'01': 'all', // 成都一 全显
@ -19,7 +20,8 @@ class Theme {
'05': 'all', // 国际版运行图皮肤 指向05 福州线路 全显
'06': 'ecStation', // 宁波一 集中站显示
'07': 'ecStation', // 哈尔滨培训线路 集中站显示
'08': 'all' // 佛山有轨线路 全显
'08': 'all', // 佛山有轨线路 全显
'09': 'all'
};
}