Page tree
Skip to end of metadata
Go to start of metadata

(本文档仅供参考,V11验证通过)

问题说明

        应用商店、数据答疑两个功能点暂时没有在操作权限进行控制,默认license有模块则所有用户都能看到功能按钮,实际使用过程中并未用到,有什么办法可以隐藏呢?

解决方案

        运维设置-界面设置-自定义样式可对其进行修改,如图:

自定义样式CSS
li[qtp="LeftSidebar-AppStore"] {  
    display: none;  
}/*隐藏应用商店*/
li[qtp="LeftSidebar-DataFaq"] {  
    display: none;  
}/*隐藏数据答疑*/


       

1 Comment

  1. 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;
    }/*隐藏数据挖掘*/