提交 a0b86aaa authored 作者: 钟是志's avatar 钟是志

增加图片的渲染

上级 96eb5740
...@@ -76,7 +76,10 @@ export function getFileInfo(fileJsonStr) { ...@@ -76,7 +76,10 @@ export function getFileInfo(fileJsonStr) {
if (!fileJsonStr || !isJSON(fileJsonStr)) { if (!fileJsonStr || !isJSON(fileJsonStr)) {
if (fileJsonStr && fileJsonStr.indexOf('http') <= -1 && fileJsonStr.length > 10) { if (fileJsonStr && fileJsonStr.indexOf('http') <= -1 && fileJsonStr.length > 10) {
// 拼一站式的 图片路径 可能需要修改 // 拼一站式的 图片路径 可能需要修改
const prefix = window.specialImportantSystemConfig && window.specialImportantSystemConfig.dfs; let prefix = window.specialImportantSystemConfig && window.specialImportantSystemConfig.dfs;
if(fileJsonStr.startsWith('/u/')){
prefix = window.specialImportantSystemConfig && window.specialImportantSystemConfig.sqlFormsServer;
}
return { return {
downloadUrl: '', downloadUrl: '',
url: prefix + fileJsonStr, url: prefix + fileJsonStr,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论