@ -19,3 +19,5 @@ array?.[index]
Question :
service.defaults.headers['apiToken'] = current_userInfo?.apiToken ? current_userInfo.apiToken : null 这句代码怎么理解?
Answer :