This commit is contained in:
@@ -171,7 +171,7 @@ export default {
|
||||
const result = await this.$u.api.getImageUrl({}, imgIds);
|
||||
if (result.code == 200 && result.data) {
|
||||
// 提取res.data数组中每个对象的url字段
|
||||
this.realImages = result.data.map(item => item.url);
|
||||
this.realImages = result.data.map(item => this.vuex_config.imageUrl+item.url);
|
||||
}
|
||||
}
|
||||
this.loading = false;
|
||||
|
Reference in New Issue
Block a user