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