|
@@ -89,7 +89,7 @@ export const setListImg = (remark) => {
|
|
|
const dirType = remark.dirType
|
|
const dirType = remark.dirType
|
|
|
const isEncrypt = remark.isEncrypt
|
|
const isEncrypt = remark.isEncrypt
|
|
|
const encryptLevel = remark.encryptLevel
|
|
const encryptLevel = remark.encryptLevel
|
|
|
- console.log('encryptLevel',encryptLevel);
|
|
|
|
|
|
|
+ // console.log('encryptLevel',encryptLevel);
|
|
|
if(dirType === '1'){ //普通
|
|
if(dirType === '1'){ //普通
|
|
|
if(isEncrypt === "Y" && encryptLevel === "L1"){
|
|
if(isEncrypt === "Y" && encryptLevel === "L1"){
|
|
|
return file_1
|
|
return file_1
|