dashboard
repositories
filestore
activity
search
login
main
/
screen_demo3
招投标-北京密云
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
菜单配置
fengxiang
2018-07-12
5c0d8040266554b67e852ccb7056c3d0cae4b4ef
[screen_demo3.git]
/
src
/
app
/
routes
/
logics
/
guard
/
auth.component.ts
1
2
3
4
5
6
7
8
9
import { Component } from '@angular/core';
@Component({
selector: 'app-guard-auth',
template: `
<p>这是一个需要登录以后页面</p>
`
})
export class GuardAuthComponent {}