iscs 代码调整

This commit is contained in:
joylink_cuiweidong 2021-03-23 17:12:19 +08:00
parent f749aa6709
commit 0796a12dd7

View File

@ -71,11 +71,11 @@ export default {
this.scaleRate = window.innerWidth / 1920;
this.height = 900;
} else if (this.mode == 'section') {
this.title = '';
this.title = this.stationName + ' 火灾报警系统 区间层';
this.scaleRate = window.innerWidth / 1920;
this.height = 900;
} else if (this.mode == 'linkage') {
this.title = '';
this.title = this.stationName + ' 火灾报警系统 FAS联动';
this.scaleRate = window.innerWidth / 1920;
this.height = 900;
}