Explorar o código

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

YangZhiJie hai 1 ano
pai
achega
88a9d09d46
Modificáronse 1 ficheiros con 1 adicións e 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;