|
@@ -16,6 +16,7 @@ import { PageLessonDetailComponent } from './page-lesson-detail/page-lesson-deta
|
|
|
import { PageTestComponent } from './page-test/page-test.component';
|
|
|
import { ContactListPage } from './contact-list/contact-list.component';
|
|
|
import { ContactDetailPage } from './contact-detail/contact-detail.component';
|
|
|
+import { UserRelationshipComponent } from './user-relationship/user-relationship.component';
|
|
|
|
|
|
|
|
|
const routes: Routes = [
|
|
@@ -32,10 +33,12 @@ const routes: Routes = [
|
|
|
{ path: "me/userFollow", component: ContactListPage },
|
|
|
{ path: "me/userTag", component: UserTagComponent },
|
|
|
{ path: "me/userCollection", component: UserCollectionComponent },
|
|
|
+ { path: "me/userRelationship", component: UserRelationshipComponent },
|
|
|
{ path: 'me/userFollow/list', component: ContactDetailPage},
|
|
|
{ path: 'me/userFollow/detail/:id', component: ContactDetailPage },
|
|
|
|
|
|
|
|
|
+
|
|
|
];
|
|
|
|
|
|
@NgModule({
|