Skip to content

Commit

Permalink
bugfix: 文档链接跳转错误 TencentBlueKing#1298
Browse files Browse the repository at this point in the history
  • Loading branch information
hLinx committed Sep 21, 2022
1 parent 0cab9ec commit 3c4efc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/views/business-permission.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<div style="margin-top: 10px;">
<span>{{ $t('了解更多关于作业平台产品的功能介绍,点击前往') }}</span>
<a
:href="`${relatedSystemUrls.BK_DOC_JOB_ROOT_URL}`"
:href="`${relatedSystemUrls.BK_DOC_JOB_ROOT_URL}/markdown/作业平台/产品白皮书/Introduction/What-is-Job.md`"
target="_blank">
<span>{{ $t('产品文档') }}</span>
<Icon type="link" />
Expand Down

0 comments on commit 3c4efc5

Please sign in to comment.