修复BUG: 控制台

pull/57/head
李强 2022-05-12 10:04:48 +08:00
parent 7c7fef1d75
commit 3988c83012
1 changed files with 1 additions and 1 deletions

View File

@ -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)