liudong
2024-07-31 e8854aeed917f6461979b0ba35fc6c6fca2b849a
src/router/routes/modules/authority.ts
@@ -32,6 +32,16 @@
        roles: ['*'],
      },
    },
    {
      path: 'resource',
      name: 'resource',
      component: () => import('@/views/authority/resource/index.vue'),
      meta: {
        locale: 'menu.resource.title',
        requiresAuth: true,
        roles: ['*'],
      },
    },
  ],
};