diff --git a/src/views/photos/index.vue b/src/views/photos/index.vue index 0fe4d90..3bcb476 100644 --- a/src/views/photos/index.vue +++ b/src/views/photos/index.vue @@ -330,7 +330,7 @@ const jpgFormatter = (row: any) => { } newPath = newPath.includes('http://8.138.171.103/')||newPath.includes('http://guojunjie.oss-cn-hangzhou.aliyuncs.com/') ? newPath : encodeURI(viteUrl + newPath) - console.log(newPath); + // console.log(newPath); return `${newPath}`; }