Explorar o código

fix: 【我的素材】全景图列表里缩略图资源压缩率不够

任一存 %!s(int64=3) %!d(string=hai) anos
pai
achega
a938e07a88
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/material/pano/index.vue

+ 1 - 1
src/views/material/pano/index.vue

@@ -93,7 +93,7 @@
             v-else-if="sub.type == 'image'"
             v-else-if="sub.type == 'image'"
             @click="previewImage(item)"
             @click="previewImage(item)"
           >
           >
-            <img :src="data + `?${Math.random()}`" alt="" />
+            <img :src="data + `?x-oss-process=image/resize,p_10&${Math.random()}`" alt="" />
           </div>
           </div>
           <!-- 文字型单元格 -->
           <!-- 文字型单元格 -->
           <span v-else>{{ data || "-" }}
           <span v-else>{{ data || "-" }}