update
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user