减少日志

This commit is contained in:
tangly1024
2023-07-28 20:45:46 +08:00
parent beeed7f632
commit e1976aaf3e
8 changed files with 6 additions and 14 deletions

View File

@@ -32,7 +32,6 @@ const DebugPanel = () => {
}
function handleUpdateDebugTheme(newTheme) {
console.log('切换主题', newTheme)
const query = { ...router.query, theme: newTheme }
router.push({ pathname: router.pathname, query })
}