|
@@ -55,7 +55,7 @@ export default {
|
|
|
},
|
|
|
mounted(){
|
|
|
this.userType = localStorage.getItem('userType')
|
|
|
- if( this.userType != 22 && this.versionField() != 'xiBeiNongLinDaXue'){
|
|
|
+ if( this.userType != 22 && this.userType != 33 && this.versionField() != 'xiBeiNongLinDaXue'){
|
|
|
this.selectTriggerInfo();
|
|
|
this.subscriptionMQTT();
|
|
|
}
|