例如用户1只能看见sheet 1和sheet 3
加载结束
if(user='用户1'){
$('li[title="sheet2"]').hide();
$('li[title="sheet4"]').hide();
}
https://help.fanruan.com/finereport/doc-view-1740.html 参考
------------
或者
https://help.fanruan.com/finereport/doc-view-4937.html