From d0f850e02dd6aea783b95c2462d930d22cb60c94 Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Wed, 06 Jun 2018 15:14:46 +0800
Subject: [PATCH] 优化超时弹窗

---
 src/app/business/services/http/areacode.service.ts |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/app/business/services/http/areacode.service.ts b/src/app/business/services/http/areacode.service.ts
index 51254b2..80801af 100644
--- a/src/app/business/services/http/areacode.service.ts
+++ b/src/app/business/services/http/areacode.service.ts
@@ -1,10 +1,5 @@
 import { Injectable } from '@angular/core';
 import { _HttpClient } from '@delon/theme/services/http/http.client';
-// Statics
-import 'rxjs/add/observable/throw';
-// Operators
-import 'rxjs/add/operator/catch';
-import 'rxjs/add/operator/map';
 import { Observable } from 'rxjs/Observable';
 import { environment } from 'environments/environment';
 

--
Gitblit v1.8.0