|
|
@ -5,16 +5,16 @@ import { t } from '@/hooks/web/useI18n';
|
|
|
|
|
|
|
|
|
|
|
|
const dashboard: AppRouteModule =
|
|
|
|
const dashboard: AppRouteModule =
|
|
|
|
{
|
|
|
|
{
|
|
|
|
path: '/dashboard',
|
|
|
|
// path: '/dashboard',
|
|
|
|
name: 'Dashboard',
|
|
|
|
// name: 'Dashboard',
|
|
|
|
component: LAYOUT,
|
|
|
|
// component: LAYOUT,
|
|
|
|
redirect: '/dashboard/analysis',
|
|
|
|
// redirect: '/dashboard/analysis',
|
|
|
|
meta: {
|
|
|
|
// meta: {
|
|
|
|
orderNo: 10,
|
|
|
|
// orderNo: 10,
|
|
|
|
icon: 'ion:grid-outline',
|
|
|
|
// icon: 'ion:grid-outline',
|
|
|
|
title: t('routes.dashboard.dashboard'),
|
|
|
|
// title: t('routes.dashboard.dashboard'),
|
|
|
|
},
|
|
|
|
// },
|
|
|
|
children: [
|
|
|
|
// children: [
|
|
|
|
// {
|
|
|
|
// {
|
|
|
|
// path: '/dashboard/analysis',
|
|
|
|
// path: '/dashboard/analysis',
|
|
|
|
// name: 'Analysis',
|
|
|
|
// name: 'Analysis',
|
|
|
@ -24,15 +24,15 @@ const dashboard: AppRouteModule =
|
|
|
|
// title: t('routes.dashboard.analysis'),
|
|
|
|
// title: t('routes.dashboard.analysis'),
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
{
|
|
|
|
// {
|
|
|
|
path: '/dashboard/test',
|
|
|
|
// path: '/dashboard/test',
|
|
|
|
name: 'test',
|
|
|
|
// name: 'test',
|
|
|
|
component: () => import('@/views/dashboard/test/index.vue'),
|
|
|
|
// component: () => import('@/views/dashboard/test/index.vue'),
|
|
|
|
meta: {
|
|
|
|
// meta: {
|
|
|
|
// affix: true,
|
|
|
|
// // affix: true,
|
|
|
|
title: t('routes.dashboard.test'),
|
|
|
|
// title: t('routes.dashboard.test'),
|
|
|
|
},
|
|
|
|
// },
|
|
|
|
},
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// {
|
|
|
|
// path: '/formCallPage',
|
|
|
|
// path: '/formCallPage',
|
|
|
|
// name: 'formCallPage',
|
|
|
|
// name: 'formCallPage',
|
|
|
@ -94,7 +94,7 @@ const dashboard: AppRouteModule =
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
// component: () => import('@/views/demo/workflow/h5/look.vue'),
|
|
|
|
// component: () => import('@/views/demo/workflow/h5/look.vue'),
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
],
|
|
|
|
// ],
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|