This commit is contained in:
2023-12-29 00:32:47 +08:00
parent 77373c2129
commit 8d3c8259e8
5 changed files with 231 additions and 188 deletions

View File

@@ -389,10 +389,10 @@ export default {
urlId:index.urlId,
}
}).then(function (res) {
if (res.data.code === 500) {
if (res.data.code !== 500) {
Vue.prototype.$notify.error({
title: '错误',
message: res.data.msg,
message: "删除失败",
offset: 50
});
} else {