Skip to content

Commit

Permalink
Update 自定义配置概述.md
Browse files Browse the repository at this point in the history
  • Loading branch information
563750789 authored Oct 31, 2023
1 parent 5be0a8d commit 74c7527
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ const refreshToken = () => {
// 可以返回 Promise 或者 return { token, timeout }
return {
token: tokenInfo.token, // 必需:你需要设置的 Token
token: tokenInfo.token, // 必需:需要设置的 Token
timeout: 10 * 60 * 1000, // 必需:Token 超时时间,单位毫秒
};
};
Expand Down

0 comments on commit 74c7527

Please sign in to comment.