Commit 07f628cd by liuchenxi

update: 删除金字塔分层权限控制

parent b4a3ed20
......@@ -468,12 +468,6 @@ export default {
return str;
}
},
created() {
if (this.$store.state.marketing.superAdmin != 1 && enableAccessControl()) {
// 不是超管且开启分权 不展示金字塔分层
this.showTabs = [0, 1];
}
},
mounted() {
const { scene, id } = this.$route.params;
this.form.scene = scene && Number(scene);
......
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