修改首页和登录页统计接口逻辑
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user