Browse Source

fix: route with the same name

Casper Dai 3 years ago
parent
commit
7f0f911a0c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/router/index.js

+ 2 - 2
src/router/index.js

@@ -231,8 +231,8 @@ export const asyncRoutes = [
     meta: { title: '平台管理', icon: 'pm' },
     children: [
       {
-        name: 'group',
-        path: 'group',
+        name: 'org',
+        path: 'org',
         component: () => import('@/views/realm/tenant/index'),
         access: [Access.MANAGE_TENANTS, Access.MANAGE_TENANT],
         meta: { title: '组织管理' }