iscs 代码调整

This commit is contained in:
joylink_cuiweidong 2021-03-23 17:51:36 +08:00
parent 0796a12dd7
commit 9c31d4963c
2 changed files with 13 additions and 2 deletions

View File

@ -23,7 +23,7 @@ export default {
data() {
return {
title:'',
bacground:'rgba(0,0,0,0)',
bacground:'rgba(66,90,116,1)',
loading:false,
width:window.innerWidth,
scaleRate:window.innerWidth / 2200,
@ -78,6 +78,17 @@ export default {
this.title = this.stationName + ' 火灾报警系统 FAS联动';
this.scaleRate = window.innerWidth / 1920;
this.height = 900;
} else if (this.mode == 'stationHall') {
this.title = '';
params.userInterface = 'stationHallOne';
params.system = 'stationHall';
this.scaleRate = window.innerWidth / 1920;
this.height = 850;
} else if (this.mode == 'platform') {
params.userInterface = 'platformOne';
params.system = 'platform';
this.scaleRate = window.innerWidth / 1920;
this.height = 850;
}
// if (this.stationId == 'mainHouseOne' || this.stationId == 'mainHouseTwo') {
// this.bacground = 'rgba(0,0,0,0)';

View File

@ -43,7 +43,7 @@ export default {
return {
mode: 'index',
deviceList: [],
fasList:['sensing', 'gas', 'section', 'linkage']
fasList:['sensing', 'gas', 'section', 'linkage', 'stationHall', 'platform']
};
},
computed: {