修复BUG: 控制台
parent
7c7fef1d75
commit
3988c83012
|
@ -100,7 +100,7 @@ export const handleAsideMenu = function (menuData) {
|
|||
strict: true
|
||||
})
|
||||
const menu = [
|
||||
{ path: '/index', title: '控制啊台1', icon: 'home' },
|
||||
{ path: '/index', title: '控制台', icon: 'home' },
|
||||
...data
|
||||
]
|
||||
return supplementPath(menu)
|
||||
|
|
Loading…
Reference in New Issue