Commit 9aa4d70e authored by 王玉鑫's avatar 王玉鑫

feat: 去除图片压缩参数

parent 37597cb6
...@@ -47,11 +47,7 @@ const currentdefault = computed(() => { ...@@ -47,11 +47,7 @@ const currentdefault = computed(() => {
const formatedSrc = computed(() => { const formatedSrc = computed(() => {
const { src } = props; const { src } = props;
if (src) { return src;
return `${src}?x-image-process=style/style-a460`;
} else {
return src;
}
}); });
const handleClick = () => { const handleClick = () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment