Skip to content

Commit

Permalink
chore: 增加3s日志刷新档位
Browse files Browse the repository at this point in the history
  • Loading branch information
asforest committed Jan 16, 2025
1 parent dd215ca commit 52c104a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/pages/Dashboard/Log/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,10 @@ const VersionList = ({versionList}) => {
const Index = () => {

const options = [
{value: 5000, label: '5s'},
{value: 3000, label: '3s'},
{value: 1000, label: '1s'},
{value: 15000, label: '15s'}
{value: 5000, label: '5s'},
{value: 10000, label: '10s'},
]

const [logs, setLogs] = useState([])
Expand Down

0 comments on commit 52c104a

Please sign in to comment.