|
@@ -54,11 +54,11 @@ export default {
|
|
created() {
|
|
created() {
|
|
},
|
|
},
|
|
mounted(){
|
|
mounted(){
|
|
- this.userType = localStorage.getItem('userType')
|
|
|
|
- if(this.userType != 22){
|
|
|
|
- this.selectTriggerInfo();
|
|
|
|
- this.subscriptionMQTT();
|
|
|
|
- }
|
|
|
|
|
|
+ // this.userType = localStorage.getItem('userType')
|
|
|
|
+ // if(this.userType != 22){
|
|
|
|
+ // this.selectTriggerInfo();
|
|
|
|
+ // this.subscriptionMQTT();
|
|
|
|
+ // }
|
|
},
|
|
},
|
|
methods:{
|
|
methods:{
|
|
workClickOff(){
|
|
workClickOff(){
|