From b05438694c2fb9d4c8b1b22f4481639ff0f35963 Mon Sep 17 00:00:00 2001
From: xufenglei <xufenglei>
Date: Mon, 07 May 2018 15:16:38 +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