diff --git a/frontend/src/components/app-status/index.vue b/frontend/src/components/app-status/index.vue index 8a23ce502..f14eb95b7 100644 --- a/frontend/src/components/app-status/index.vue +++ b/frontend/src/components/app-status/index.vue @@ -72,9 +72,14 @@ :content="$t('website.openrestyHelper', [httpPort, httpsPort])" placement="top-start" > - - {{ $t('app.checkTitle') }} - + @@ -109,7 +114,6 @@ import { ElMessageBox } from 'element-plus'; import i18n from '@/lang'; import { MsgSuccess } from '@/utils/message'; import { ClearNginxCache } from '@/api/modules/nginx'; -import { Warning } from '@element-plus/icons-vue'; const props = defineProps({ appKey: { @@ -237,3 +241,12 @@ defineExpose({ onCheck, }); + diff --git a/frontend/src/components/router-button/index.vue b/frontend/src/components/router-button/index.vue index f58c4c3d7..4e4cc8e74 100644 --- a/frontend/src/components/router-button/index.vue +++ b/frontend/src/components/router-button/index.vue @@ -1,6 +1,6 @@