This commit is contained in:
net909 2024-05-01 17:57:34 +08:00
parent f20b132d97
commit d4b7bcfbf6
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ class Optimizeip extends BaseController
'recordnum' => input('post.recordnum/d'),
'ttl' => input('post.ttl/d'),
'remark' => input('post.remark', null, 'trim'),
'addtime' => time(),
'addtime' => date('Y-m-d H:i:s'),
'active' => 1
];

View File

@ -155,7 +155,7 @@ function setActive(id, active){
}, 'json');
}
function delItem(id){
layer.confirm('确定要删除此切换策略吗?', {
layer.confirm('确定要删除此任务吗?', {
btn: ['确定','取消']
}, function(){
$.post('/optimizeip/opipform/del', {id: id}, function(data){