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

This commit is contained in:
前端爱码士 2022-11-04 23:45:37 +08:00 committed by GitHub
parent 1bafeb6638
commit 8ba4fb2449
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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