From 1bf1750a2c2cafdbd7413fe18d16915a7f71ff52 Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Thu, 05 Jul 2018 11:54:46 +0800
Subject: [PATCH] 设备保存bug修复
---
src/app/routes/routes.module.ts | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/app/routes/routes.module.ts b/src/app/routes/routes.module.ts
index c09bb38..776196a 100644
--- a/src/app/routes/routes.module.ts
+++ b/src/app/routes/routes.module.ts
@@ -24,6 +24,8 @@
import 'rxjs/add/operator/switchMap';
import 'rxjs/add/operator/toPromise';
import 'rxjs/add/operator/filter';
+import 'rxjs/add/operator/last';
+import 'rxjs/add/operator/delay';
@NgModule({
imports: [ SharedModule, RouteRoutingModule ],
--
Gitblit v1.8.0