修复开启TopNav后一级菜单路由参数设置无效问题

This commit is contained in:
LiuHao
2023-05-05 10:36:21 +08:00
parent 2885d7e31c
commit ec29c057c4
2 changed files with 9 additions and 2 deletions
+1
View File
@@ -13,6 +13,7 @@ declare module 'vue-router' {
title: string;
icon: string;
};
query?: string;
} & RouteRecordRaw;
interface _RouteLocationBase {