修改首页和登录页统计接口逻辑

This commit is contained in:
田岩
2025-06-24 16:41:10 +08:00
parent 9d354db292
commit c2520d4e8c
31 changed files with 2569 additions and 161 deletions
@@ -43,6 +43,10 @@
},
methods: {
getPreviewUrlBlob(id) {
if (id === null) {
console.log('谢谢谢谢谢谢', id);
}
if(this.isCache){
previewCacheThumbImage(id, this.width,this.height).then((res) => {
this.imgUrlShow = res;