bug 上传文件弹窗kkfile无法预览
This commit is contained in:
@@ -311,7 +311,7 @@ export default {
|
|||||||
})
|
})
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
const fileFullUrl = `${window._CONFIG.domianWebSocketURL}/sys/common/download/${file.response.result.id}?token=${sessionStorage.getItem(ACCESS_TOKEN)}&fullfilename=${file.name}`
|
const fileFullUrl = `${window._CONFIG.domianWebSocketURL}/sys/common/download/${file.response.result.id}?token=${Vue.ls.get(ACCESS_TOKEN)}&fullfilename=${file.name}`
|
||||||
console.log(fileSuffix)
|
console.log(fileSuffix)
|
||||||
// 图片预览,使用自己添加的组件
|
// 图片预览,使用自己添加的组件
|
||||||
if (!canPreview && FILE_TYPE_IMGS.includes(fileSuffix)) {
|
if (!canPreview && FILE_TYPE_IMGS.includes(fileSuffix)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user