-แก้ไขโครงสร้าง dashboard
This commit is contained in:
@@ -22,13 +22,13 @@ const routes: Routes = [
|
||||
(m) => m.MainControlModule
|
||||
),
|
||||
},
|
||||
{
|
||||
path: 'report',
|
||||
loadChildren: () =>
|
||||
import('./controls/report-control/report-control.module').then(
|
||||
(m) => m.ReportControlModule
|
||||
),
|
||||
},
|
||||
// {
|
||||
// path: 'report',
|
||||
// loadChildren: () =>
|
||||
// import('./controls/report-control/report-control.module').then(
|
||||
// (m) => m.ReportControlModule
|
||||
// ),
|
||||
// },
|
||||
],
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user