From c338b90c3dad1549ddc1eac1d1e2641dc8d332fd Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Mon, 13 Aug 2018 15:44:44 +0800
Subject: [PATCH] 地图增加 网格
---
src/app/core/startup/startup.service.ts | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/app/core/startup/startup.service.ts b/src/app/core/startup/startup.service.ts
index 1cb67ee..3127fbc 100644
--- a/src/app/core/startup/startup.service.ts
+++ b/src/app/core/startup/startup.service.ts
@@ -5,7 +5,7 @@
import { TranslateService } from '@ngx-translate/core';
import { MenuService, SettingsService, TitleService } from '@delon/theme';
import { ACLService } from '@delon/acl';
-import { I18NService } from '../i18n/i18n.service';
+import { I18NService } from '@core/i18n/i18n.service';
/**
* ���������������������
--
Gitblit v1.8.0