feat: 产品菜单路由权限
This commit is contained in:
@ -18,7 +18,6 @@ const sidebarStore = useSidebarStore();
|
||||
const exitAccountModalRef = ref(null);
|
||||
// const selectedKey = ref([]);
|
||||
|
||||
// const enterpriseInfo = enterpriseStore.getEnterpriseInfo();
|
||||
const selectedKey = computed(() => {
|
||||
return [String(sidebarStore.activeMenuId)];
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user