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

增加图片的渲染

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