Commit 05bd4021 authored by wends's avatar wends

fix navbar 不能跳转的问题

parent f59bc0be
...@@ -5,7 +5,7 @@ const router = { ...@@ -5,7 +5,7 @@ const router = {
path: '/tenant-management', path: '/tenant-management',
name: '租户管理', name: '租户管理',
component: Common, component: Common,
redirect: '/tenant-management/tenant', redirect: '/tenant-management/tenant-management',
meta: { title: '租户管理', icon: 'tenant' }, meta: { title: '租户管理', icon: 'tenant' },
children: [ children: [
{ {
......
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