dashboard
repositories
filestore
activity
search
login
main
/
screen_demo3
招投标-北京密云
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
优化登录失败处理
fengxiang
2018-02-05
fc4299fed7fc85a6ce1d98800d6857a3b90692c8
[screen_demo3.git]
/
src
/
app
/
business
/
entity
/
token.ts
1
2
3
4
export interface Authorization{
token:string;
refreshToken:string;
}