更新
This commit is contained in:
parent
e1b448ddd2
commit
eecf122b82
@ -52,7 +52,7 @@ export default {
|
|||||||
if (isExternal(item)) {
|
if (isExternal(item)) {
|
||||||
return srcList.push(item);
|
return srcList.push(item);
|
||||||
}
|
}
|
||||||
return srcList.push(process.env.VUE_APP_BASE_API + item);
|
return srcList.push(process.env.VUE_APP_IMAGE_URL + item);
|
||||||
});
|
});
|
||||||
return srcList;
|
return srcList;
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user