Browse Source

fix: 修复RouteMeta接口定义缺少的RoleEnum引用 (#2323)

前端爱码士 2 năm trước cách đây
mục cha
commit
8ba4fb2449
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      types/vue-router.d.ts

+ 2 - 0
types/vue-router.d.ts

@@ -1,3 +1,5 @@
+import { RoleEnum } from '/@/enums/roleEnum';
+
 export {};
 
 declare module 'vue-router' {