Commit 68f5a016 by zhangleyuan

Merge branch 'feature/zahngleyuan/20210607/cloud-cass-remodel' into rc

parents 840ddd39 5f7f9b00
...@@ -162,7 +162,7 @@ class FolderList extends React.Component { ...@@ -162,7 +162,7 @@ class FolderList extends React.Component {
const {currentRootDisk } = this.props; const {currentRootDisk } = this.props;
//如果是公共文件且只有查看的权限的用户的预览对接的三方是永中 //如果是公共文件且只有查看的权限的用户的预览对接的三方是永中
const that = this; const that = this;
if(currentRootDisk.disk==="COMMON"){ if(currentRootDisk.disk==="COMMON" && rights==="LOOK"){
switch (folderFormat) { switch (folderFormat) {
case 'PDF': case 'PDF':
case 'WORD': case 'WORD':
......
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