You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
export const getPendingUrl = (config: AxiosRequestConfig) => [config.method, config.url].join('&')
key只包含了method和url,没有包含params。那么两个post请求,即使body里的参数完全不一样,其中一个也会被取消掉
想问下这样处理是有什么特殊原因吗?有哪些场景是需要这样判断的呢
Beta Was this translation helpful? Give feedback.
All reactions