完成SCA:蚕茧模块演示效果

This commit is contained in:
BBIT-Kai
2025-06-10 15:32:22 +08:00
parent 89adaf02b9
commit 617cc3162e
19 changed files with 620 additions and 44 deletions
@@ -8,7 +8,7 @@ const routes: RouteRecordRaw[] = [
{
meta: {
icon: 'ic:baseline-view-in-ar',
keepAlive: true,
keepAlive: false,
order: 2,
title: $t('ai.title'),
},
@@ -22,9 +22,20 @@ const routes: RouteRecordRaw[] = [
authority: ['iva'],
icon: 'mdi:video',
title: $t('ai.intelligence_video_analysis'),
keepAlive: false,
},
component: () => import('#/views/ai/iva/index.vue'),
},
{
name: 'SCA',
path: '/ai/sca',
meta: {
authority: ['sca'],
icon: 'mdi:ice-cream',
title: $t('ai.silkworm_cocoon_analysis'),
},
component: () => import('#/views/ai/sca/index.vue'),
},
{
name: 'YSA',
path: '/ai/ysa',