feat(menu): the route is automatically mapped to the menu

This commit is contained in:
vben
2021-06-27 23:58:14 +08:00
parent 327d71b8fb
commit 913c22c84f
40 changed files with 154 additions and 884 deletions

View File

@@ -2,6 +2,7 @@ export {};
declare module 'vue-router' {
interface RouteMeta extends Record<string | number | symbol, unknown> {
orderNo?: number;
// title
title: string;
// Whether to ignore permissions