update 优化 路由接口返回ext扩展数据

This commit is contained in:
疯狂的狮子Li 2026-05-22 17:38:19 +08:00
parent 2d41047330
commit b5b248f547

View File

@ -16,6 +16,7 @@ declare module 'vue-router' {
roles?: string[];
alwaysShow?: boolean;
query?: string;
ext?: string;
parentPath?: string;
}