go-view/src/utils/http.ts
2022-05-20 16:12:27 +08:00

6 lines
142 B
TypeScript

/**
* * 请求失败统一处理
*/
export const httpErrorHandle = () => {
window['$message'].error('请求失败,请稍后重试!')
}