fix: (bcs-ui)修复 AWS 导入页面创建云凭证跳转链接错误导致的 404 问题#3860
Merged
evanlixin merged 1 commit intoJul 13, 2026
Conversation
554de47 to
1ee2839
Compare
adevjoe
approved these changes
Jul 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
变更内容
修复了导入集群时,AWS(亚马逊云)导入页面中“新建云凭证”按钮的跳转链接解析错误。
变更原因
在
amazon-cloud.vue中,解析路由链接时使用了变量cloudId(值为'awsCloud'),但路由配置中 AWS 凭证页面的实际路由名称为'amazonCloud'。这导致无法正确解析路由地址,点击按钮跳转时会触发 404。验证指引
/project-info/amazon-cloud),且无 404 错误。