|
@@ -11,21 +11,27 @@ const routes: Routes = [
|
|
|
loadChildren: () => import('../modules/user/user.module').then(m => m.UserModule)
|
|
|
},
|
|
|
{
|
|
|
- path: 'aigc',
|
|
|
- loadChildren: () => import('../modules/aigc/aigc.module').then(m => m.AigcModule)
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'tsdatatype',
|
|
|
- loadChildren: () => import('../modules/study/case-angular/pages/tsdatatype/tsdatatype.module').then( m => m.TsdatatypePageModule)
|
|
|
+ path:"study",
|
|
|
+ children:[
|
|
|
+ {
|
|
|
+ path: 'tsdatatype',
|
|
|
+ loadChildren: () => import('../modules/study/case-angular/pages/tsdatatype/tsdatatype.module').then( m => m.TsdatatypePageModule)
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'slider',
|
|
|
+ loadChildren: () => import('../modules/study/case-js-module/pages/slider/slider.module').then( m => m.SliderPageModule)
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'case-edit',
|
|
|
+ loadChildren: () => import('../modules/study/case-angular/pages/case-edit/case-edit.module').then( m => m.CaseEditPageModule)
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
- path: 'slider',
|
|
|
- loadChildren: () => import('../modules/study/case-js-module/pages/slider/slider.module').then( m => m.SliderPageModule)
|
|
|
+ path: 'aigc',
|
|
|
+ loadChildren: () => import('../modules/aigc/aigc.module').then(m => m.AigcModule)
|
|
|
},
|
|
|
- {
|
|
|
- path: 'case-edit',
|
|
|
- loadChildren: () => import('../modules/study/case-angular/pages/case-edit/case-edit.module').then( m => m.CaseEditPageModule)
|
|
|
- }
|
|
|
+
|
|
|
];
|
|
|
@NgModule({
|
|
|
imports: [
|