仪评指标联分析模块
This commit is contained in:
@@ -8,7 +8,7 @@ const routes: RouteRecordRaw[] = [
|
||||
meta: {
|
||||
icon: 'ic:round-remove-red-eye',
|
||||
authority: ['iva', 'sca', 'ysa'],
|
||||
keepAlive: false,
|
||||
keepAlive: true,
|
||||
order: 2,
|
||||
title: $t('计算机视觉'),
|
||||
},
|
||||
@@ -48,6 +48,17 @@ const routes: RouteRecordRaw[] = [
|
||||
},
|
||||
component: () => import('#/views/cv/ysa/index.vue'),
|
||||
},
|
||||
{
|
||||
name: 'TICKET',
|
||||
path: '/cv/ticket',
|
||||
meta: {
|
||||
authority: ['ticket'],
|
||||
icon: 'mdi:ticket-confirmation',
|
||||
title: $t('仪评指标联分析'),
|
||||
keepAlive: true,
|
||||
},
|
||||
component: () => import('#/views/cv/ticket/index.vue'),
|
||||
},
|
||||
{
|
||||
name: 'CVAT',
|
||||
path: '/cv/cvat',
|
||||
|
||||
Reference in New Issue
Block a user