This commit is contained in:
Taric Xin
2022-02-23 16:50:40 +08:00
parent 0c7b051d75
commit f763db279d
6 changed files with 0 additions and 104 deletions

View File

@ -67,7 +67,6 @@ const routes: Routes = [
loadChildren: () => import('./contract-management/contract-management.module').then(m => m.ContractManagementManagementModule)
},
{ path: 'menu-management', loadChildren: () => import('./menu-manager/menu-manager.module').then(m => m.MenuManagerModule) },
{ path: 'partner', loadChildren: () => import('./partner/partner.module').then(m => m.PartnerModule) },
{
path: 'download',
loadChildren: () => import('./download/download.module').then(m => m.DownloadModule)