CN-1410 Detections模块中,无法根据面包屑导航进行跳转页面
This commit is contained in:
@@ -821,7 +821,7 @@ export default {
|
||||
if (q) {
|
||||
str1 = q.substring(q.indexOf('%'), q.indexOf('%') + 3)
|
||||
}
|
||||
if (q.indexOf('+') > -1) {
|
||||
if (q && q.indexOf('+') > -1) {
|
||||
q = q.replace('+', '')
|
||||
}
|
||||
if (q && q.indexOf('%') > 0 && (str1 !== '%20' || str1 === '%25')) {
|
||||
|
||||
Reference in New Issue
Block a user