mirror of
https://github.com/linux-do/new-api.git
synced 2025-11-13 17:43:40 +08:00
删除前端无用log
This commit is contained in:
@@ -287,7 +287,7 @@ const LogsTable = () => {
|
||||
// data.key = '' + data.id
|
||||
setLogs(logs);
|
||||
setLogCount(logs.length + ITEMS_PER_PAGE);
|
||||
console.log(logCount);
|
||||
// console.log(logCount);
|
||||
}
|
||||
|
||||
const loadLogs = async (startIdx) => {
|
||||
|
||||
@@ -307,7 +307,7 @@ const LogsTable = () => {
|
||||
// data.key = '' + data.id
|
||||
setLogs(logs);
|
||||
setLogCount(logs.length + ITEMS_PER_PAGE);
|
||||
console.log(logCount);
|
||||
// console.log(logCount);
|
||||
}
|
||||
|
||||
const loadLogs = async (startIdx) => {
|
||||
|
||||
Reference in New Issue
Block a user