mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-30 09:10:10 +08:00
6 lines
141 B
TypeScript
6 lines
141 B
TypeScript
/**
|
|
* * 请求失败统一处理
|
|
*/
|
|
export const httpErrorHandle = () => {
|
|
window['$message'].error(window['$t']('http.error_message'))
|
|
} |