Commit 8bc25b86 authored by rencs's avatar rencs

Merge branch 'dev_ren' into 'master'

1.8 bug

See merge request !38
parents 704186a0 c8c714b6
......@@ -27,7 +27,7 @@ export function updateStatus(query) {
// 获取所有相似图像
export function getAll(query) {
return fetch({
url: '/api/website/imageInfoRelation/getAll',
url: '/api/website/imageImgStorage/getList',
method: 'get',
params: query
});
......
......@@ -222,7 +222,7 @@
}`"
@click="select(item)"
>
<el-image :src="item.url" lazy></el-image>
<el-image :src="item.coverImg" lazy></el-image>
</div>
</el-col>
</el-row>
......
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