Commit 9aa8dbef authored by zhang's avatar zhang

feat: 首页增加车企档案和权限管理

parent 3bc0f27a
......@@ -250,6 +250,19 @@ export default {
}
)
break
case 'common_admin':
this.bottom = this.bottom.concat(
{
title: '车企档案',
link: '/basic/archives?view=2',
img: require('@/assets/images/home/bottom5.png')
},
{
title: '权限管理',
link: '/system/dept',
img: require('@/assets/images/home/bottom6.png')
}
)
default:
break
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment