فهرست منبع

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;