feat: 新增删除接口

This commit is contained in:
奔跑的面条
2022-05-22 15:25:07 +08:00
parent b21fc3f5e7
commit 7c5a66978e
5 changed files with 48 additions and 33 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
* * 请求失败统一处理
*/
export const httpErrorHandle = () => {
window['$message'].error('请求失败,请稍后重试!')
window['$message'].error(window['$t']('http.error_message'))
}