CN-1410 Detections模块中,无法根据面包屑导航进行跳转页面

This commit is contained in:
hyx
2023-11-15 22:22:53 +08:00
parent 9103c454c2
commit 07dd16f2c2
6 changed files with 665 additions and 417 deletions

View File

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