Explorar el Código

bugfix: 修复图片能上传但是不能显示。

YangZhiJie hace 1 año
padre
commit
88a9d09d46
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/common/Common.js

+ 1 - 1
src/common/Common.js

@@ -183,7 +183,7 @@ export default{
       return;
     }
     if (type == 'image') {
-      return this.getFileServerUrl() + 'Files/' + accountId + '/Images/' + className + '/' + resourceName;
+      return this.getFileServerUrl() + 'Files/' + accountId + '/Images/' + resourceName;
     }
     if (type == 'video') {
       return this.getFileServerUrl() + 'Files/' + accountId + '/Video/' + className + '/' + resourceName;