隆基对接开发
This commit is contained in:
@ -77,6 +77,10 @@ const routes: Routes = [
|
||||
},
|
||||
{ path: 'datatable', loadChildren: () => import('./datatable/datatable.module').then((m) => m.DatatableModule) },
|
||||
{ path: 'tax', loadChildren: () => import('./tax-management/taxmanagement.module').then((m) => m.TaxManagementModule) },
|
||||
{
|
||||
path: 'interface-docking',
|
||||
loadChildren: () => import('./interface-docking/interface-docking.module').then(m => m.InterfaceDockingModule)
|
||||
},
|
||||
]
|
||||
},
|
||||
// passport
|
||||
|
||||
Reference in New Issue
Block a user