代码调整

This commit is contained in:
joylink_cuiweidong 2021-03-30 09:59:51 +08:00
parent 65595cbe85
commit 770bdff791

View File

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