pull/133/head
孙萌 2024-03-14 11:06:18 +08:00
parent 58287af3bd
commit 701c27fa11
1 changed files with 3 additions and 3 deletions

View File

@ -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) {