From 3517e796f650b8aed52165c1a5905456f54033ef Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Wed, 10 Jan 2018 14:31:40 +0800 Subject: [PATCH] 项目路径 配置,以适应可能的框架更新 --- src/app/business/services/http/areacode.service.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/app/core/services/areacode.service.ts b/src/app/business/services/http/areacode.service.ts similarity index 95% rename from src/app/core/services/areacode.service.ts rename to src/app/business/services/http/areacode.service.ts index cb0670e..51254b2 100644 --- a/src/app/core/services/areacode.service.ts +++ b/src/app/business/services/http/areacode.service.ts @@ -1,4 +1,3 @@ -import { environment } from './../../../environments/environment.prod'; import { Injectable } from '@angular/core'; import { _HttpClient } from '@delon/theme/services/http/http.client'; // Statics @@ -7,6 +6,7 @@ import 'rxjs/add/operator/catch'; import 'rxjs/add/operator/map'; import { Observable } from 'rxjs/Observable'; +import { environment } from 'environments/environment'; @Injectable() export class AreacodeService { -- Gitblit v1.8.0