jufubao-admin-library 1.1.130 → 1.1.131

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -57,7 +57,7 @@
57
57
  :style="{background: item.file_type === 'F' ? '#f6f7f9' : '#fff',}"
58
58
  class="material-list-item-img"
59
59
  >
60
- <img style="max-height: 100%; max-width: 100%" :src="getImageUrl(item.file_url)" alt=""/>
60
+ <img style="max-height: 100%; max-width: 100%" :src="getImageUrl(item.full_file_url)" alt=""/>
61
61
  <div
62
62
  v-if="isChecked(item.file_id)"
63
63
  class="checkbox"
@@ -490,8 +490,6 @@ export default {
490
490
  uploadKey: "uploadKey",
491
491
  qrCode: "",
492
492
  move_parent_id: "", //移动父级id
493
-
494
- cdnHost:'https://sandbox-img.jufubao.cn'
495
493
  };
496
494
  },
497
495
  computed: {
@@ -60,7 +60,7 @@
60
60
  <img
61
61
  :key="item.file_uid"
62
62
  style="max-height: 100%; max-width: 100%"
63
- :src="getImageUrl(item.file_url)"
63
+ :src="getImageUrl(item.full_file_url)"
64
64
  alt=""
65
65
  />
66
66
  <div
@@ -52,7 +52,7 @@
52
52
  :class="{ active: isChecked(item.file_id),}"
53
53
  class="list-item-img"
54
54
  >
55
- <img style="max-height: 100%; max-width: 100%" :src="getImageUrl(item.file_url)" alt="" />
55
+ <img style="max-height: 100%; max-width: 100%" :src="getImageUrl(item.full_file_url)" alt="" />
56
56
  <div v-if="isChecked(item.file_id)" class="checkbox">
57
57
  <XdFontIcon class="icon" icon="iconduigou-xian"></XdFontIcon>
58
58
  </div>
@@ -44,7 +44,7 @@
44
44
  :style="{background: item.file_type === 'F' ? '#f6f7f9' : '#fff',}"
45
45
  class="material-list-item-img"
46
46
  >
47
- <img style="max-height: 100%; max-width: 100%" :src="getImageUrl(item.file_url)" alt=""/>
47
+ <img style="max-height: 100%; max-width: 100%" :src="getImageUrl(item.full_file_url)" alt=""/>
48
48
  <div v-if="isChecked(item.file_id)" class="checkbox">
49
49
  <XdFontIcon class="icon" icon="iconduigou-xian"></XdFontIcon>
50
50
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-admin-library",
3
- "version": "1.1.130",
3
+ "version": "1.1.131",
4
4
  "description": "聚福宝福利后台管理系统公共模块",
5
5
  "author": "goashiyong <gaoshiyong1272@vip.163.com>",
6
6
  "scripts": {