update:样式更新

This commit is contained in:
2021-10-12 13:26:36 +08:00
parent b767a81f09
commit 30892a757e
6 changed files with 148 additions and 111 deletions

View File

@@ -65,7 +65,12 @@ export default {
}
},
onFail: function(err) {
console.log("错误信息", err);
this.$notify({
title: "错误",
message: "请求失败",
type: "error",
duration: 3000
});
}
});
},