feat: 支持后端传component组件路径

This commit is contained in:
xiaoxian521
2022-04-08 11:35:06 +08:00
parent 0becf0b4bc
commit 5828ad55a1
4 changed files with 7 additions and 10 deletions

View File

@@ -51,7 +51,6 @@ watch(
() => route.path,
() => {
getSubMenuData(route.path);
menuSelect(route.path, routers);
}
);
</script>