chore: route structure adjustment

This commit is contained in:
vben
2020-11-12 23:15:11 +08:00
parent cb1ae34f11
commit fc4666ef41
14 changed files with 54 additions and 25 deletions

View File

@@ -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;