dashboard
repositories
filestore
activity
search
login
main
/
screen_demo
工业级招标演示
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Revert "框架调整"
fengxiang
2018-07-11
12b04f145bae740e1971036b1e2dfc1bc224d17b
[screen_demo.git]
/
src
/
app
/
routes
/
delon
/
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>这是一个user1页面</p>
`,
})
export class GuardAuthComponent {}