浏览代码

fix: route with the same name

Casper Dai 3 年之前
父节点
当前提交
7f0f911a0c
共有 1 个文件被更改,包括 2 次插入2 次删除
  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: '组织管理' }