近效期弹框提醒错误

dev
薛宇 2 years ago
parent 9bb2bec329
commit 9551c97e1c

@ -1128,7 +1128,7 @@ export default {
} else if (response.code == 505) { } else if (response.code == 505) {
this.$confirm(response.message, "提示", { this.$confirm(response.message, "提示", {
confirmButtonText: "确定", confirmButtonText: "确定",
cancelButtonText: "忽略", cancelButtonText: "取消",
type: "warning", type: "warning",
}) })
.then(() => { .then(() => {

Loading…
Cancel
Save