From fb73a14c658ce113721542c415402321a985d25b Mon Sep 17 00:00:00 2001
From: xufenglei <xufenglei>
Date: Tue, 10 Apr 2018 09:12:32 +0800
Subject: [PATCH] 注册码 管理

---
 src/app/routes/systems/systems.module.ts |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/app/routes/systems/systems.module.ts b/src/app/routes/systems/systems.module.ts
index d1f3d49..37edebf 100644
--- a/src/app/routes/systems/systems.module.ts
+++ b/src/app/routes/systems/systems.module.ts
@@ -15,6 +15,7 @@
 import { AreacodeService } from '@business/services/http/areacode.service';
 import { OrganizationConfigComponent } from './organization/organization-config/organization-config.component';
 import { OrganizationListComponent } from './organization/organization-list/organization-list.component';
+import { RegistrationComponent } from "./registration/registration.component";
 import { SensorsService } from '@business/services/http/sensors.service';
 import { BusinessModule } from '@business/business.module';
 
@@ -23,7 +24,8 @@
     path: '',
     children: [
       { path: 'account', component: AccountComponent },
-      { path: 'organization', component: OrganizationComponent }
+      { path: 'organization', component: OrganizationComponent },
+      { path: 'registration', component: RegistrationComponent }
     ]
   }
 ];
@@ -45,7 +47,8 @@
     AccountEditComponent,
     OrganizationComponent,
     OrganizationConfigComponent,
-    OrganizationListComponent
+    OrganizationListComponent,
+    RegistrationComponent
   ],
   providers: [ToolsService, SensorsService, OrganizationService, _HttpClient, FormBuilder, AreacodeService],
   entryComponents: COMPONENTS_NOROUNT

--
Gitblit v1.8.0