This commit is contained in:
X1627315083
2024-07-08 16:19:40 +08:00
parent eb0624cbdf
commit f123678467
6 changed files with 1 additions and 8 deletions

View File

@@ -666,7 +666,6 @@ export default defineComponent({
if (key == "likeDesignCollectionList") {
imgUrl = data.designOutfitUrl;
}
console.log(data);
let url = imgUrl.split('?')[0]
var match = url.match(/:(\d+)\/(.*)/);
minioUrl = match[2]