Skip to content

Commit

Permalink
fix: 修复快捷操作代码生成链接错误
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles7c committed Nov 20, 2024
1 parent 068d959 commit 246d638
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const links = [
{ text: '角色管理', icon: 'user-group', path: '/system/role' },
{ text: '菜单管理', icon: 'menu', path: '/system/menu' },
{ text: '文件管理', icon: 'file', path: '/system/file' },
{ text: '代码生成', icon: 'code', path: '/tool/generator' },
{ text: '代码生成', icon: 'code', path: '/code/generator' },
{ text: '系统日志', icon: 'history', path: '/monitor/log' },
]
</script>
Expand Down

0 comments on commit 246d638

Please sign in to comment.