代码调整
This commit is contained in:
parent
65595cbe85
commit
770bdff791
@ -65,13 +65,13 @@ export default {
|
||||
} else if (this.mode == 'afcTwo02') {
|
||||
params.userInterface = 'afcTwo02';
|
||||
params.system = 'entranceGuard';
|
||||
this.title = this.stationName + ' 门禁系统 站厅层';
|
||||
this.title = this.stationName + ' 门禁系统 站台层';
|
||||
this.scaleRate = window.innerWidth / 1920;
|
||||
this.height = 800;
|
||||
} else if (this.mode == 'afcOne02') {
|
||||
params.userInterface = 'afcOne02';
|
||||
params.system = 'entranceGuard';
|
||||
this.title = this.stationName + ' 门禁系统 站台层';
|
||||
this.title = this.stationName + ' 门禁系统 站厅层';
|
||||
this.scaleRate = window.innerWidth / 1920;
|
||||
this.height = 800;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user