dashboard
repositories
filestore
activity
search
login
main
/
screen_demo3
招投标-北京密云
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
token 完善
fengxiang
2018-07-12
94e6ca608b417da5eb051d1c5e94c31388da9369
[screen_demo3.git]
/
src
/
app
/
routes
/
pro
/
result
/
fail
/
fail.component.ts
1
2
3
4
5
6
7
8
9
import { Component } from '@angular/core';
@Component({
selector: 'pro-result-fail',
templateUrl: './fail.component.html'
})
export class ProResultFailComponent {
}