... using local (AsyncStorage) token export function setUser(token, user) { if (token) { axios.defaults.headers.common['Authorization'] = `Bearer ${token}`; } ...
確定! 回上一頁