liudong
2024-08-06 bce2806ff494fee3f4681ae4a3b443364b3667b3
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: ['*'],
      },
    },
  ],
};