提交 6cd7fd61 编写于 作者: C Captain.B 提交者: 刘瑞斌

fix(系统设置): 修复禁用模块后没有隐藏入口

上级 bc74933f
......@@ -96,9 +96,9 @@ export default {
},
check(key) {
if (module.default !== undefined) {
return true;
return this.modules[key] === 'ENABLE';
}
return this.modules[key] === 'ENABLE';
return true;
}
}
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册