perf: 同步完整版代码

This commit is contained in:
xiaoxian521
2022-04-18 11:15:46 +08:00
parent 736f1c27cd
commit 77049fdbd7
12 changed files with 527 additions and 393 deletions

View File

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