dashboard
repositories
filestore
activity
search
login
main
/
screen_demo3
招投标-北京密云
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
修改首页部分
沈斌
2018-03-05
42a6d8e9f93f1e4a4621e1205cf39c93758201c2
[screen_demo3.git]
/
src
/
app
/
business
/
entity
/
token.ts
1
2
3
4
export interface Authorization{
token:string;
refreshToken:string;
}