2024-9-26 对其sz-dev-index

This commit is contained in:
Rain 2024-09-26 14:58:47 +08:00
parent d3a5f36173
commit f36a316d2e
2 changed files with 2 additions and 2 deletions

BIN
dist.rar

Binary file not shown.

View File

@ -583,7 +583,7 @@ onMounted(async () => {
store.setAccountType(data.result.accountType);
store.setProjectDateAuth(data.menuAuthority);
}
// await getModuleMenu();
await getModuleMenu();
if (COMPANY === "jsyc") {
menuList.value = JSYCMenu;
}
@ -643,7 +643,7 @@ onMounted(async () => {
}
console.log("配置菜单", menuList.value);
console.log("当前跳转的路由", router.currentRoute.value);
await getAllModelMenu();
// await getAllModelMenu();
// activeTab2.value = router.currentRoute.value;
activeTab.value = menuList.value[0].modulePath;
activeTab2.value = menuList.value[0].modulePath;