优化删除IP时成功消息提示时间

This commit is contained in:
GoEdgeLab
2021-11-21 09:45:11 +08:00
parent a701df027f
commit b155fcedcb

View File

@@ -68,7 +68,7 @@ Vue.component("ip-list-table", {
itemIds: itemIds itemIds: itemIds
}) })
.success(function () { .success(function () {
teaweb.successToast("批量删除成功", 2000, teaweb.reload) teaweb.successToast("批量删除成功", 1200, teaweb.reload)
}) })
} }
}, },