Skip to content

Commit e889541

Browse files
committed
fix: duplicate id in menu
1 parent 80d047c commit e889541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/api/routes-auth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ router.get('/menus', async function getMenus (ctx) {
107107
icon: 'el-icon-message'
108108
},
109109
{
110-
id: '2-3',
110+
id: '2-4',
111111
name: 'nav.charts',
112112
url: '/examples/charts',
113113
icon: 'el-icon-picture'

0 commit comments

Comments
 (0)