|
@@ -26,26 +26,13 @@ export const routes: Routes = [
|
|
loadComponent: () =>
|
|
loadComponent: () =>
|
|
import('../page-edit/page-edit.component').then((m) => m.PageEditComponent),
|
|
import('../page-edit/page-edit.component').then((m) => m.PageEditComponent),
|
|
},
|
|
},
|
|
- {
|
|
|
|
- path: 'tips',
|
|
|
|
- loadComponent: () =>
|
|
|
|
- import('../health-tips/health-tips.component').then((m) => m.HealthTipsComponent),
|
|
|
|
- },
|
|
|
|
|
|
+
|
|
{
|
|
{
|
|
path: 'asy',
|
|
path: 'asy',
|
|
loadComponent: () =>
|
|
loadComponent: () =>
|
|
import('../asy/asy.component').then((m) => m.AsyComponent),
|
|
import('../asy/asy.component').then((m) => m.AsyComponent),
|
|
},
|
|
},
|
|
- {
|
|
|
|
- path: 'asf',
|
|
|
|
- loadComponent: () =>
|
|
|
|
- import('../asf/asf.component').then((m) => m.AsfComponent),
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'asx',
|
|
|
|
- loadComponent: () =>
|
|
|
|
- import('../asx/asx.component').then((m) => m.AsxComponent),
|
|
|
|
- },
|
|
|
|
|
|
+
|
|
{
|
|
{
|
|
path: '',
|
|
path: '',
|
|
redirectTo: '/tabs/tab1',
|
|
redirectTo: '/tabs/tab1',
|