fix: 修复混合模式导航下调用initRouter函数导致左侧导航内存溢出问题

This commit is contained in:
xiaoxian521 2023-04-27 15:52:11 +08:00
parent 12f0f096ca
commit d305e6fb1f

View File

@ -32,6 +32,7 @@ const loading = computed(() =>
);
function getSubMenuData(path: string) {
subMenuData.value = [];
// path
const parentPathArr = getParentPaths(
path,