Commit 316900ca by crushh

update: 隐藏企微

parent 1711e252
......@@ -469,6 +469,7 @@ export default {
}
},
created() {
console.log(enableAccessControl());
if (this.$store.state.marketing.superAdmin != 1 && enableAccessControl()) {
// 不是超管且开启分权 不展示金字塔分层
this.showTabs = [0, 1];
......
......@@ -288,6 +288,11 @@ export default {
}
};
},
created() {
if (window.location.host != 'gicdev.demogic.com' && !window.location.host.includes('localhost')) {
this.cardContent.splice(2, 0);
}
},
mounted() {
this.getTableData();
this.getRechargeCenter();
......
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