|
@@ -82,8 +82,10 @@ export default {
|
|
} else {
|
|
} else {
|
|
/* IoT TPM相关 修改框架 */
|
|
/* IoT TPM相关 修改框架 */
|
|
// 设置联锁添加页面高亮联锁总表
|
|
// 设置联锁添加页面高亮联锁总表
|
|
- if(this.$route.path == '/interLock/summary/set'){
|
|
|
|
|
|
+ if(this.$route.path == '/interLock/summary/set' || this.$route.path == '/interLock/detail'){
|
|
this.selectedKeys = ['/interLock/summary']
|
|
this.selectedKeys = ['/interLock/summary']
|
|
|
|
+ } else if (this.$route.path == '/interLock/history/detail'){
|
|
|
|
+ this.selectedKeys = ['/interLock/historyData']
|
|
} else {
|
|
} else {
|
|
this.selectedKeys = [routes.pop().path]
|
|
this.selectedKeys = [routes.pop().path]
|
|
}
|
|
}
|