Sfoglia il codice sorgente

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

前端爱码士 2 anni fa
parent
commit
8ba4fb2449
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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' {