fix: 对使用手册,官网进行限制

This commit is contained in:
TsMask
2024-07-24 18:10:38 +08:00
parent b80bae0126
commit c1f34f56ac
4 changed files with 51 additions and 61 deletions

View File

@@ -343,7 +343,7 @@ onUnmounted(() => {
:href="appStore.officialUrl"
target="_blank"
size="small"
v-perms:has="['system:setting:link']"
v-perms:has="['system:setting:official']"
v-if="appStore.officialUrl !== '#'"
>
{{ t('loayouts.basic.officialUrl') }}
@@ -351,7 +351,7 @@ onUnmounted(() => {
<a-button
type="link"
size="small"
v-perms:has="['system:setting:HelpDoc']"
v-perms:has="['system:setting:doc']"
@click="fnClickHelpDoc()"
>
{{ t('loayouts.basic.helpDoc') }}