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