|
@@ -20,18 +20,10 @@ const routes: Routes = [
|
|
|
loadChildren: () => import('../modules/tab/tree/tree.module').then(m => m.TreePageModule)
|
|
|
},
|
|
|
{
|
|
|
- path: 'memo',
|
|
|
- loadChildren: () => import('./memo/memo.module').then( m => m.MemoPageModule)
|
|
|
+ path: 'bounty-store',
|
|
|
+ loadChildren: () => import('../app/bounty-store/bounty-store.module').then(mod => mod.BountyStorePageModule)
|
|
|
},
|
|
|
|
|
|
- {
|
|
|
- path: 'user',
|
|
|
- loadChildren: () => import('../modules/user/user.module').then(m => m.UserModule)
|
|
|
- },
|
|
|
- {
|
|
|
- path: "tree",
|
|
|
- loadChildren: () => import('../modules/tab/tree/tree.module').then(m => m.TreePageModule)
|
|
|
- },
|
|
|
];
|
|
|
@NgModule({
|
|
|
imports: [
|