Commit dcf10b3a authored by rencs's avatar rencs

Merge branch 'dev_ren' into 'dev'

1.8 bug

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