Browse Source

首页点击

shuhao 1 month ago
parent
commit
cce050e39a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/home/album_compoents/albumDrawBox.vue

+ 1 - 1
src/views/home/album_compoents/albumDrawBox.vue

@@ -20,7 +20,7 @@ import { ref, onMounted, onBeforeUnmount, defineProps } from "vue";
 import { base_img_url2 } from "@/api/config";
 import {imageCache} from "./cacheImg.js"
 import {dateFormat} from "@/utils/date_util.js"
-const resize = "?x-oss-process=image/resize,p_30/format,webp/quality,q_40";
+const resize = "?x-oss-process=image/resize,p_80/format,webp/quality,q_40";
 
 const canvasRef = ref(null);
 const watermark = ref(null)