Преглед на файлове

0210329-删除日历路由

0210329 преди 4 месеца
родител
ревизия
23c14eb768
променени са 1 файла, в които са добавени 0 реда и са изтрити 24 реда
  1. 0 24
      src/app/app-routing.module.ts

+ 0 - 24
src/app/app-routing.module.ts

@@ -6,12 +6,6 @@ const routes: Routes = [
     path: '',
     loadChildren: () => import('./tabs/tabs.module').then(m => m.TabsPageModule)
   },
-<<<<<<< HEAD
-  {
-    path: 'calendar',
-    loadChildren: () => import('./calendar/calendar.module').then( m => m.CalendarPageModule)
-  },
-
   {
     path: 'user',
     loadChildren: () => import('../modules/user/user.module').then(m => m.UserModule)
@@ -24,24 +18,6 @@ const routes: Routes = [
     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)
-  },
-  {
-    path: 'memo',
-    loadChildren: () => import('./memo/memo.module').then( m => m.MemoPageModule)
-  },
-
-
->>>>>>> dev
 
 ];
 @NgModule({