Skip to content

Commit

Permalink
bugfix: op前端预加载策略,查询失败跳转404 TencentBlueKing#2867
Browse files Browse the repository at this point in the history
  • Loading branch information
lannoy0523 authored Dec 23, 2024
1 parent 9ebf861 commit bc862dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/devops-op/src/views/preload/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export default {
query.projectId = this.clientQuery.projectId
query.repoName = this.clientQuery.repoName
query.type = this.clientQuery.type
this.$router.push({ path: '/preload-config', query: query })
this.$router.push({ path: '/nodes/preloadConfig', query: query })
},
onRouteUpdate(route) {
const query = route.query
Expand Down

0 comments on commit bc862dc

Please sign in to comment.