mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-04 05:00:25 +08:00
优化删除IP时成功消息提示时间
This commit is contained in:
@@ -68,7 +68,7 @@ Vue.component("ip-list-table", {
|
||||
itemIds: itemIds
|
||||
})
|
||||
.success(function () {
|
||||
teaweb.successToast("批量删除成功", 2000, teaweb.reload)
|
||||
teaweb.successToast("批量删除成功", 1200, teaweb.reload)
|
||||
})
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user