mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-28 00:42:12 +08:00
chore: route structure adjustment
This commit is contained in:
@@ -2,7 +2,7 @@ import type { AppRouteModule } from '/@/router/types';
|
||||
|
||||
import { PAGE_LAYOUT_COMPONENT } from '/@/router/constant';
|
||||
|
||||
export default {
|
||||
const dashboard: AppRouteModule = {
|
||||
layout: {
|
||||
path: '/dashboard',
|
||||
name: 'Dashboard',
|
||||
@@ -41,4 +41,6 @@ export default {
|
||||
},
|
||||
},
|
||||
],
|
||||
} as AppRouteModule;
|
||||
};
|
||||
|
||||
export default dashboard;
|
||||
|
Reference in New Issue
Block a user