fix(projects): 更正dashboard的布局文件
This commit is contained in:
parent
0344f46c93
commit
31fda0ce99
@ -1,5 +1,5 @@
|
||||
import type { CustomRoute } from '@/interface';
|
||||
import { BaseLayout } from '@/layouts';
|
||||
import { BasicLayout } from '@/layouts';
|
||||
import { setRouterCacheName } from '@/utils';
|
||||
import DashboardWorkbench from '@/views/dashboard/workbench/index.vue';
|
||||
import { ROUTE_HOME } from '../routes';
|
||||
@ -10,7 +10,7 @@ setRouterCacheName(DashboardWorkbench, routeName('dashboard_workbench'));
|
||||
const DASHBOARD: CustomRoute = {
|
||||
name: routeName('dashboard'),
|
||||
path: routePath('dashboard'),
|
||||
component: BaseLayout,
|
||||
component: BasicLayout,
|
||||
redirect: { name: routeName('dashboard_analysis') },
|
||||
meta: {
|
||||
title: routeTitle('dashboard_analysis'),
|
||||
|
Loading…
Reference in New Issue
Block a user