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

@@ -2,7 +2,7 @@ import type { AppRouteModule } from '/@/router/types';
import { PAGE_LAYOUT_COMPONENT } from '/@/router/constant';
export default {
const form: AppRouteModule = {
layout: {
path: '/form',
name: 'FormDemo',
@@ -72,4 +72,5 @@ export default {
},
},
],
} as AppRouteModule;
};
export default form;