diff --git a/src/components/bg-menu.vue b/src/components/bg-menu.vue index 66c3b1056ff44384cf4f5f5b5f11347d4b53cccc..0b7df10753c84792b2378f35f6061f370ffa5bda 100644 --- a/src/components/bg-menu.vue +++ b/src/components/bg-menu.vue @@ -153,27 +153,27 @@ export default { ...mapState({ fontMenu (state) { let temp = [] - state.menu.forEach(e => { - if(e.dict_group_id=='2cb4f767-fad7-44f2-afa3-f055e15dd2b6'){//font - temp.push(e) - } - }); + // state.menu.forEach(e => { + // if(e.dict_group_id=='2cb4f767-fad7-44f2-afa3-f055e15dd2b6'){//font + // temp.push(e) + // } + // }); return temp }, managerMenu(state){ let temp = [] - state.menu.forEach(e => { - if(e.dict_group_id=='64c156e0-bfff-4bfc-a63a-56effe130a25'){//system + // state.menu.forEach(e => { + // if(e.dict_group_id=='64c156e0-bfff-4bfc-a63a-56effe130a25'){//system - // 暂时处理运营管控中心-调用日志,后期规划位置后修改 - if (e.menuName !== '运营看板') { - temp.push(e) - } + // // 暂时处理运营管控中心-调用日志,后期规划位置后修改 + // if (e.menuName !== '运营看板') { + // temp.push(e) + // } - // temp.push(e) - } - }); + // // temp.push(e) + // } + // }); return temp }, systemMenu(state){