CN-1669 fix: 1、修复超时登录url编码异常导致的界面报错问题;2、去除链路界面多余的npm接口请求。

(cherry picked from commit 77886f54c2)
This commit is contained in:
刘洪洪
2024-06-17 17:19:17 +08:00
committed by 陈劲松
parent c4131a7b43
commit 9c5d7d3fea
2 changed files with 13 additions and 0 deletions

View File

@@ -422,6 +422,10 @@ export default {
},
// 动态查询评分基准
queryScoreBase () {
const { name } = this.$route
if (name === fromRoute.linkMonitor) {
return true
}
const params = {
startTime: this.timeFilter.startTime,
endTime: this.timeFilter.endTime