mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-09-14 16:17:31 +08:00
update 优化 路由接口返回ext扩展数据
This commit is contained in:
parent
2d41047330
commit
b5b248f547
1
src/types/router.d.ts
vendored
1
src/types/router.d.ts
vendored
@ -16,6 +16,7 @@ declare module 'vue-router' {
|
|||||||
roles?: string[];
|
roles?: string[];
|
||||||
alwaysShow?: boolean;
|
alwaysShow?: boolean;
|
||||||
query?: string;
|
query?: string;
|
||||||
|
ext?: string;
|
||||||
parentPath?: string;
|
parentPath?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user