pc-master #133
@ -341,7 +341,7 @@ export default {
 | 
			
		||||
 | 
			
		||||
                } else if (item.router == 'status') {
 | 
			
		||||
                    if (this.deviceName == '30') {
 | 
			
		||||
                        this.$message('气象站无当前页面');
 | 
			
		||||
                        this.$message('气象站无该页面');
 | 
			
		||||
                        return
 | 
			
		||||
                    }
 | 
			
		||||
                    if (this.deviceName == '10') {
 | 
			
		||||
@ -356,7 +356,7 @@ export default {
 | 
			
		||||
 | 
			
		||||
                } else if (item.router == 'videoMonitoring') {
 | 
			
		||||
                    if (this.deviceName == '30') {
 | 
			
		||||
                        this.$message('气象站无当前页面');
 | 
			
		||||
                        this.$message('气象站无该页面');
 | 
			
		||||
                        return
 | 
			
		||||
                    }
 | 
			
		||||
                    this.$router.push({ path: `/videoMonitoring` })
 | 
			
		||||
@ -417,7 +417,7 @@ export default {
 | 
			
		||||
                            this.routerIndex = item.index
 | 
			
		||||
                            this.$router.push({ path: `/irrigateSet?change=${item.index}` })
 | 
			
		||||
                        } else if (item.deviceName == 30) {
 | 
			
		||||
                            this.$message('气象站无当前页面');
 | 
			
		||||
                            this.$message('气象站无该页面');
 | 
			
		||||
                        }
 | 
			
		||||
                    }
 | 
			
		||||
                } else if (item.router == 'formula' && this.$route.query.index == item.index) {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user