mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-06 03:58:04 +08:00
6 lines
142 B
TypeScript
6 lines
142 B
TypeScript
/**
|
|
* * 请求失败统一处理
|
|
*/
|
|
export const httpErrorHandle = () => {
|
|
window['$message'].error('请求失败,请稍后重试!')
|
|
} |