默认中文,登录页面title设置,菜单面包屑无效链接去除
 
	
	
	
	
	
	
	
	
	
	
	
	
	
 |  |  | 
 |  |  |  | 
 |  |  |     private _default = 'zh-CN'; | 
 |  |  |  | 
 |  |  |     //默认语言设置 未中文 by fx | 
 |  |  |     private _langs = [ | 
 |  |  |         { code: 'en', text: 'English' }, | 
 |  |  |         { code: 'zh-CN', text: '中文' } | 
 |  |  |         { code: 'zh-CN', text: '中文' }, | 
 |  |  |         { code: 'en', text: 'English' } | 
 |  |  |     ]; | 
 |  |  |  | 
 |  |  |     constructor( | 
 
 |  |  | 
 |  |  |         path: 'passport', | 
 |  |  |         component: LayoutPassportComponent, | 
 |  |  |         children: [ | 
 |  |  |             { path: 'login', component: UserLoginComponent } | 
 |  |  |             {data:{title:'登录页面'}, path: 'login', component: UserLoginComponent } | 
 |  |  |         ] | 
 |  |  |     },    // passport | 
 |  |  |     { | 
 
 |  |  | 
 |  |  |             "group": true, | 
 |  |  |             "children": [{ | 
 |  |  |                 "text": "用户管理", | 
 |  |  |                 "link": "/users", | 
 |  |  |                 "icon": "icon-user", | 
 |  |  |                 "children": [{ | 
 |  |  |                   "text": "安装用户", | 
 |  |  | 
 |  |  |                 }] | 
 |  |  |               }, { | 
 |  |  |                 "text": "设备管理", | 
 |  |  |                 "link": "/devices", | 
 |  |  |                 "icon": "icon-grid", | 
 |  |  |                 "children": [{ | 
 |  |  |                   "text": "设备配置", | 
 |  |  | 
 |  |  |                 }] | 
 |  |  |               }, { | 
 |  |  |                 "text": "传感器管理", | 
 |  |  |                 "link": "/sensors", | 
 |  |  |                 "icon": "icon-note", | 
 |  |  |                 "children": [{ | 
 |  |  |                   "text": "基本信息", | 
 |  |  | 
 |  |  |                 }] | 
 |  |  |               }, { | 
 |  |  |                 "text": "系统管理", | 
 |  |  |                 "link": "/systems", | 
 |  |  |                 "icon": "icon-note", | 
 |  |  |                 "children": [ | 
 |  |  |                   { | 
 |  |  | 
 |  |  |                 ] | 
 |  |  |               }, { | 
 |  |  |                 "text": "报表管理", | 
 |  |  |                 "link": "/reports", | 
 |  |  |                 "icon": "icon-note", | 
 |  |  |                 "children": [ | 
 |  |  |                   { |