UNIVPLMDataIntegration/GoView/src/utils/http.ts
2025-03-10 09:23:27 +08:00

6 lines
141 B
TypeScript

/**
* * 请求失败统一处理
*/
export const httpErrorHandle = () => {
window['$message'].error(window['$t']('http.error_message'))
}