From 7c26164dc8a00a230e074d320f3b2614c9080340 Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Thu, 01 Mar 2018 08:52:41 +0800
Subject: [PATCH] 默认中文,登录页面title设置,菜单面包屑无效链接去除

---
 src/app/routes/routes-routing.module.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/app/routes/routes-routing.module.ts b/src/app/routes/routes-routing.module.ts
index 016b94a..4cb980b 100644
--- a/src/app/routes/routes-routing.module.ts
+++ b/src/app/routes/routes-routing.module.ts
@@ -37,7 +37,7 @@
         path: 'passport',
         component: LayoutPassportComponent,
         children: [
-            { path: 'login', component: UserLoginComponent }
+            {data:{title:'������������'}, path: 'login', component: UserLoginComponent }
         ]
     },    // passport
     {

--
Gitblit v1.8.0