CN-592 域名递归解析样式优化: 第三列 dnsType 解析结果不对,进行修正
This commit is contained in:
@@ -18,11 +18,11 @@ export default {
|
||||
return this.$route.name !== undefined ? this.$route.name + +new Date() : this.$route + +new Date()
|
||||
},
|
||||
entityDetectionStyle () {
|
||||
let route = this.$route.name !== undefined ? this.$route.name : this.$route
|
||||
if(listScrollPath.indexOf(route.path)>-1){
|
||||
return "overflow:auto;"
|
||||
}else {
|
||||
return ""
|
||||
const route = this.$route.name !== undefined ? this.$route.name : this.$route
|
||||
if (listScrollPath.indexOf(route.path) > -1) {
|
||||
return 'overflow:auto;'
|
||||
} else {
|
||||
return ''
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user