pc-master #133

Merged
xiaomeng merged 3 commits from pc-master into portal 2024-03-14 03:09:17 +00:00
Showing only changes of commit 701c27fa11 - Show all commits

View File

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