Commit 0dc540a1 authored by 张俊's avatar 张俊
parents 17a00040 b5dd6f33
This diff is collapsed.
...@@ -82,7 +82,7 @@ function getMenuObj(menu, parentRowPath, menuObj) { ...@@ -82,7 +82,7 @@ function getMenuObj(menu, parentRowPath, menuObj) {
}); });
} }
store.commit("setWhiteList", ["/", "/login", "/register", "/password"]); 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) => { .then((res) => {
if (res[0].data.code == 200 && res[1].data.code == 200) { 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>
<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>
<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