兰宝车间质量管理系统-前端
文兵 李
2024-01-15 0c56f87e06a62c4c9e5d4c3a5ebc4ec139ab924e
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 {};