2024-9-26 对其sz-dev-index
This commit is contained in:
parent
d3a5f36173
commit
f36a316d2e
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user