Browse Source

Updated files

master
adiao 3 years ago
parent
commit
7c90ffdfd6
  1. 4
      学习文档.md

4
学习文档.md

@ -18,4 +18,6 @@ array?.[index] @@ -18,4 +18,6 @@ array?.[index]
Question :
service.defaults.headers['apiToken'] = current_userInfo?.apiToken ? current_userInfo.apiToken : null 这句代码怎么理解?
service.defaults.headers['apiToken'] = current_userInfo?.apiToken ? current_userInfo.apiToken : null 这句代码怎么理解?
Answer :
Loading…
Cancel
Save