Skip to content

Commit

Permalink
perf: 标准化文档链接跳转地址 TencentBlueKing#2606
Browse files Browse the repository at this point in the history
  • Loading branch information
hLinx committed Nov 10, 2023
1 parent 9b532a4 commit 982c0be
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"keywords": [],
"license": "ISC",
"dependencies": {
"@blueking/ip-selector": "0.0.1-beta.136",
"@blueking/ip-selector": "0.0.1-beta.137",
"@blueking/paas-login": "0.0.11",
"@blueking/user-selector": "1.0.7",
"@vue/babel-preset-jsx": "1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
this.messageError(I18n.t('网络错误,请刷新页面重试'));
return;
}
window.open(`${this.relatedSystemUrls.BK_DOC_CENTER_ROOT_URL}/markdown/作业平台/产品白皮书/Introduction/What-is-Job.md`);
window.open(`${this.relatedSystemUrls.BK_DOC_CENTER_ROOT_URL}/markdown/JOB/UserGuide/Introduction/What-is-Job.md`);
},
/**
* @desc 打开问题反馈
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<div>
<span>{{ $t('脚本的版本管理功能有哪些?点击') }} </span>
<a
:href="`${relatedSystemUrls.BK_DOC_CENTER_ROOT_URL}/markdown/作业平台/产品白皮书/Features/Scripts.md`"
:href="`${relatedSystemUrls.BK_DOC_CENTER_ROOT_URL}/markdown/JOB/UserGuide/Features/Scripts.md`"
target="_blank">
<span>{{ $t('脚本功能介绍') }}</span>
<icon type="link" />
Expand All @@ -88,7 +88,7 @@
<div style="margin-top: 10px;">
<span>{{ $t('想要 “禁用” 脚本使其他调用方无法使用怎么做?') }}</span>
<a
:href="`${relatedSystemUrls.BK_DOC_CENTER_ROOT_URL}/markdown/作业平台/产品白皮书/Best-Practices/How-to-stop-the-spread-of-the-problem-script-immediately.md`"
:href="`${relatedSystemUrls.BK_DOC_CENTER_ROOT_URL}/markdown/JOB/UserGuide/Best-Practices/How-to-stop-the-spread-of-the-problem-script-immediately.md`"
target="_blank">
<span>{{ $t('立即查看') }}</span>
<icon type="link" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<div class="page-link">
<span>{{ $t('了解更多关于作业模板和执行方案的功能细节,请点击查阅') }}</span>
<a
:href="`${relatedSystemUrls.BK_DOC_CENTER_ROOT_URL}/markdown/作业平台/产品白皮书/Features/Jobs.md`"
:href="`${relatedSystemUrls.BK_DOC_CENTER_ROOT_URL}/markdown/JOB/UserGuide/Features/Jobs.md`"
target="_blank">
<span>{{ $t('产品文档') }}</span>
<icon type="link" />
Expand Down
4 changes: 2 additions & 2 deletions src/frontend/src/views/business-permission.vue
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<span>{{ $t('第一次使用作业平台?点击查阅') }} </span>
<!-- eslint-disable-next-line max-len -->
<a
:href="`${relatedSystemUrls.BK_DOC_CENTER_ROOT_URL}/markdown/作业平台/产品白皮书/Quick-Starts/1.Create-system-account.md`"
:href="`${relatedSystemUrls.BK_DOC_CENTER_ROOT_URL}/markdown/JOB/UserGuide/Quick-Starts/1.Create-system-account.md`"
target="_blank">
<span>{{ $t('快速入门技巧') }}</span>
<icon type="link" />
Expand All @@ -121,7 +121,7 @@
<div style="margin-top: 10px;">
<span>{{ $t('了解更多关于作业平台产品的功能介绍,点击前往') }}</span>
<a
:href="`${relatedSystemUrls.BK_DOC_JOB_ROOT_URL}/markdown/作业平台/产品白皮书/Introduction/What-is-Job.md`"
:href="`${relatedSystemUrls.BK_DOC_JOB_ROOT_URL}/markdown/JOB/UserGuide/Introduction/What-is-Job.md`"
target="_blank">
<span>{{ $t('产品文档') }}</span>
<icon type="link" />
Expand Down

0 comments on commit 982c0be

Please sign in to comment.