Commit fdea6f94 authored by 李鹏 's avatar 李鹏

调整菜单

parent 6701e5b9
This diff is collapsed.
......@@ -82,7 +82,7 @@ function getMenuObj(menu, parentRowPath, menuObj) {
});
}
store.commit("setWhiteList", ["/", "/login", "/register", "/password"]);
Promise.all([getUser(), getMenu("dadb2d3f-e263-48d1-9389-42acb9ea49f8")])
Promise.all([getUser(), getMenu("79a8f214-db78-4db7-9c28-db66276b4be2")])
.then((res) => {
if (res[0].data.code == 200 && res[1].data.code == 200) {
//已登录则记录菜单和用户信息
......
<template>
<div>组织管理</div>
</template>
<script setup></script>
<style lang="scss" scoped></style>
<template>
<div>角色管理</div>
</template>
<script setup></script>
<style lang="scss" scoped></style>
<template>
<div>用户管理</div>
</template>
<script setup></script>
<style lang="scss" scoped></style>
<template>
<div>字典管理</div>
</template>
<script setup></script>
<style lang="scss" scoped></style>
<template>
<div>日志管理</div>
</template>
<script setup></script>
<style lang="scss" scoped></style>
<template>
<div>菜单管理</div>
</template>
<script setup></script>
<style lang="scss" scoped></style>
<template>
<div>首选项配置</div>
</template>
<script setup></script>
<style lang="scss" scoped></style>
<template>
<div>访问控制管理</div>
</template>
<script setup></script>
<style lang="scss" scoped></style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment