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
-
今天联调接口时发现defhttp下方法只包含get、post、put、delete,所以自己试着手动添加这段代码
patch<T = any>(config: AxiosRequestConfig, options?: RequestOptions): Promise<T> { return this.request({ ...config, method: 'PATCH' }, options); }
但调试的时候报405的错误,想问一下有没有什么办法让vben同样支持patch方法
Beta Was this translation helpful? Give feedback.
All reactions