Selaa lähdekoodia

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

YangZhiJie 1 vuosi sitten
vanhempi
sitoutus
88a9d09d46
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;