(本文档仅供参考,V11验证通过)
应用商店、数据答疑两个功能点暂时没有在操作权限进行控制,默认license有模块则所有用户都能看到功能按钮,实际使用过程中并未用到,有什么办法可以隐藏呢?
运维设置-界面设置-自定义样式可对其进行修改,如图:
li[qtp="LeftSidebar-AppStore"] { display: none; }/*隐藏应用商店*/ li[qtp="LeftSidebar-DataFaq"] { display: none; }/*隐藏数据答疑*/
li[qtp="LeftSidebar-AppStore"] { display: none; }/*隐藏应用商店*/li[qtp="LeftSidebar-DataFaq"] { display: none; }/*隐藏数据答疑*/li[qtp="LeftSidebar-AIChat"] { display: none; }/*隐藏AIChat*/li[qtp="LeftSidebar-AIWeb"] { display: none; }/*隐藏对话式分析*/li[qtp="LeftSidebar-DataMining"] { display: none; }/*隐藏数据挖掘*/
评论
郝志旭 发表:
li[qtp="LeftSidebar-AppStore"] {
display: none;
}/*隐藏应用商店*/
li[qtp="LeftSidebar-DataFaq"] {
display: none;
}/*隐藏数据答疑*/
li[qtp="LeftSidebar-AIChat"] {
display: none;
}/*隐藏AIChat*/
li[qtp="LeftSidebar-AIWeb"] {
display: none;
}/*隐藏对话式分析*/
li[qtp="LeftSidebar-DataMining"] {
display: none;
}/*隐藏数据挖掘*/