Commit 32296f65 authored by 赵伟庚's avatar 赵伟庚

update:暂时隐藏导航条菜单

parent 42a56750
...@@ -153,27 +153,27 @@ export default { ...@@ -153,27 +153,27 @@ export default {
...mapState({ ...mapState({
fontMenu (state) { fontMenu (state) {
let temp = [] let temp = []
state.menu.forEach(e => { // state.menu.forEach(e => {
if(e.dict_group_id=='2cb4f767-fad7-44f2-afa3-f055e15dd2b6'){//font // if(e.dict_group_id=='2cb4f767-fad7-44f2-afa3-f055e15dd2b6'){//font
temp.push(e) // temp.push(e)
} // }
}); // });
return temp return temp
}, },
managerMenu(state){ managerMenu(state){
let temp = [] let temp = []
state.menu.forEach(e => { // state.menu.forEach(e => {
if(e.dict_group_id=='64c156e0-bfff-4bfc-a63a-56effe130a25'){//system // if(e.dict_group_id=='64c156e0-bfff-4bfc-a63a-56effe130a25'){//system
// 暂时处理运营管控中心-调用日志,后期规划位置后修改 // // 暂时处理运营管控中心-调用日志,后期规划位置后修改
if (e.menuName !== '运营看板') { // if (e.menuName !== '运营看板') {
temp.push(e) // temp.push(e)
} // }
// temp.push(e) // // temp.push(e)
} // }
}); // });
return temp return temp
}, },
systemMenu(state){ systemMenu(state){
......
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