goview_vue/src/utils/http.ts

6 lines
142 B
TypeScript
Raw Normal View History

2022-05-20 16:12:27 +08:00
/**
* *
*/
export const httpErrorHandle = () => {
window['$message'].error('请求失败,请稍后重试!')
}