兰宝车间质量管理系统-前端
月夜
2024-11-11 9836d6d9bde266c1e79333d505e1f218567e7ffe
src/types/router.d.ts
@@ -22,6 +22,7 @@
  interface _RouteLocationBase {
    children?: _RouteRecordBase[];
    path?: string;
    title?: string;
  }
  interface TagView {
@@ -33,3 +34,5 @@
    query?: LocationQuery;
  }
}
export {};