mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update index_search.html
This commit is contained in:
parent
7f2e893415
commit
504f4b3f03
@ -53,7 +53,7 @@
|
||||
data.forEach(function (item, index) {
|
||||
data[index] = [item.username, item.node, item.geoip, item.action, item.create_at];
|
||||
});
|
||||
data.unshift(['操作账号', '访问节点', '访问IP地址', '访问操作', '访问时间']);
|
||||
data.unshift(['操作账号', '访问节点', '访问IP地址', '访问操作', '操作时间']);
|
||||
return data;
|
||||
}, '访问日志');
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user