From be303f4e6ebb0e679c44aaed628476401fc905d0 Mon Sep 17 00:00:00 2001 From: 沈斌 <bluelazysb@hotmail.com> Date: Fri, 02 Mar 2018 14:30:32 +0800 Subject: [PATCH] debug --- 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