fix bug
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
* @Author : Shiming
|
||||
* @Date : 2022-01-13 19:22:47
|
||||
* @LastEditors : Shiming
|
||||
* @LastEditTime : 2022-01-25 17:24:24
|
||||
* @LastEditTime : 2022-03-30 14:09:00
|
||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\routes-routing.module.ts
|
||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||
*/
|
||||
@ -75,7 +75,9 @@ const routes: Routes = [
|
||||
path: 'download',
|
||||
loadChildren: () => import('./download/download.module').then(m => m.DownloadModule)
|
||||
},
|
||||
{ path: 'datatable', loadChildren: () => import('./datatable/datatable.module').then((m) => m.DatatableModule) },]
|
||||
{ path: 'datatable', loadChildren: () => import('./datatable/datatable.module').then((m) => m.DatatableModule) },
|
||||
{ path: 'tax', loadChildren: () => import('./tax-management/taxmanagement.module').then((m) => m.TaxManagementModule) },
|
||||
]
|
||||
},
|
||||
// passport
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user