update:样式更新
This commit is contained in:
@@ -65,7 +65,12 @@ export default {
|
||||
}
|
||||
},
|
||||
onFail: function(err) {
|
||||
console.log("错误信息", err);
|
||||
this.$notify({
|
||||
title: "错误",
|
||||
message: "请求失败",
|
||||
type: "error",
|
||||
duration: 3000
|
||||
});
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user