refactor: 调整 eslint.config.js,优化代码格式

This commit is contained in:
2024-10-28 21:20:08 +08:00
parent 0e8fe5ff1f
commit 9e5dff144b
176 changed files with 5956 additions and 5624 deletions

View File

@@ -33,7 +33,7 @@ const links = [
{ text: '菜单管理', icon: 'menu', path: '/system/menu' },
{ text: '文件管理', icon: 'file', path: '/system/file' },
{ text: '代码生成', icon: 'code', path: '/tool/generator' },
{ text: '系统日志', icon: 'history', path: '/monitor/log' }
{ text: '系统日志', icon: 'history', path: '/monitor/log' },
]
</script>