feat(sj_1.0.0): 删除没用到的页面、组件

This commit is contained in:
dhb52 2024-06-09 22:28:02 +08:00
parent 4ec53d3c35
commit 9cf477090d
7 changed files with 0 additions and 38 deletions

View File

@ -294,7 +294,6 @@ const local: App.I18n.Schema = {
document_unocss: 'UnoCSS Document',
document_naive: 'Naive UI Document',
document_antd: 'Ant Design Vue Document',
'user-center': 'User Center',
about: 'About',
pods: 'Online Machine',
namespace: 'namespace',

View File

@ -58,7 +58,6 @@ const local: App.I18n.Schema = {
update: '更新',
updateSuccess: '更新成功',
updateFailed: '更新失败',
userCenter: '个人中心',
downloadFail: '文件下载失败',
success: '成功',
fail: '失败',

View File

@ -33,7 +33,6 @@ export const views: Record<LastLevelRouteKey, RouteComponent | (() => Promise<Ro
retry_log: () => import("@/views/retry/log/index.vue"),
retry_scene: () => import("@/views/retry/scene/index.vue"),
retry_task: () => import("@/views/retry/task/index.vue"),
"user-center": () => import("@/views/user-center/index.vue"),
user_manager: () => import("@/views/user/manager/index.vue"),
workflow_batch: () => import("@/views/workflow/batch/index.vue"),
workflow_form_add: () => import("@/views/workflow/form/add/index.vue"),

View File

@ -271,16 +271,6 @@ export const generatedRoutes: GeneratedRoute[] = [
}
]
},
{
name: 'user-center',
path: '/user-center',
component: 'layout.base$view.user-center',
meta: {
title: 'user-center',
i18nKey: 'route.user-center',
hideInMenu: true
}
},
{
name: 'workflow',
path: '/workflow',

View File

@ -308,7 +308,6 @@ declare namespace App {
update: string;
updateSuccess: string;
updateFailed: string;
userCenter: string;
downloadFail: string;
success: string;
fail: string;

View File

@ -1,17 +0,0 @@
<script setup lang="ts">
import { $t } from '@/locales';
defineOptions({
name: 'CreativityBanner'
});
</script>
<template>
<NCard :title="$t('page.home.creativity')" :bordered="false" size="small" class="h-full card-wrapper">
<div class="h-full flex-center">
<icon-local-banner class="text-400px text-primary sm:text-320px" />
</div>
</NCard>
</template>
<style scoped></style>

View File

@ -1,7 +0,0 @@
<script setup lang="ts"></script>
<template>
<LookForward />
</template>
<style scoped></style>