fix: 修复RouteMeta接口定义缺少的RoleEnum引用 (#2323)
This commit is contained in:
parent
1bafeb6638
commit
8ba4fb2449
|
|
@ -1,3 +1,5 @@
|
||||||
|
import { RoleEnum } from '/@/enums/roleEnum';
|
||||||
|
|
||||||
export {};
|
export {};
|
||||||
|
|
||||||
declare module 'vue-router' {
|
declare module 'vue-router' {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue