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:
@@ -3,7 +3,7 @@ import type { AppRouteModule } from '/@/router/types';
|
||||
import { PAGE_LAYOUT_COMPONENT } from '/@/router/constant';
|
||||
const IFrame = () => import('/@/views/sys/iframe/FrameBlank.vue');
|
||||
|
||||
export default {
|
||||
const iframe: AppRouteModule = {
|
||||
layout: {
|
||||
path: '/frame',
|
||||
name: 'Frame',
|
||||
@@ -46,4 +46,6 @@ export default {
|
||||
},
|
||||
},
|
||||
],
|
||||
} as AppRouteModule;
|
||||
};
|
||||
|
||||
export default iframe;
|
||||
|
Reference in New Issue
Block a user