兰宝车间质量管理系统-前端
baoshiwei
2025-03-12 9d9cb926d2fdd4ba6db1daffdbc6c877a626d813
src/types/router.d.ts
@@ -16,11 +16,13 @@
    roles?: string[];
    alwaysShow?: boolean;
    query?: string;
    parentPath?: string;
  }
  interface _RouteLocationBase {
    children?: _RouteRecordBase[];
    path?: string;
    title?: string;
  }
  interface TagView {
@@ -32,3 +34,5 @@
    query?: LocationQuery;
  }
}
export {};