xuyonghao
2024-11-22 d6ccdaf74b286f3add0e384203d02611a8d67f53
src/router/routes/modules/authority.ts
@@ -53,6 +53,17 @@
        roles: ['*'],
      },
    },
    {
      path: 'group',
      name: 'group',
      component: () => import('@/views/authority/group/index.vue'),
      meta: {
        locale: 'menu.group.title',
        // locale: '用户组',
        requiresAuth: true,
        roles: ['*'],
      },
    },
  ],
};