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