ソースを参照

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

YangZhiJie 1 年間 前
コミット
88a9d09d46
1 ファイル変更1 行追加1 行削除
  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;