|
@@ -74,7 +74,7 @@ async function getProjectImage() {
|
|
|
.map(url => {
|
|
.map(url => {
|
|
|
let imageUrl = url.trim();
|
|
let imageUrl = url.trim();
|
|
|
if (!imageUrl.startsWith('http')) {
|
|
if (!imageUrl.startsWith('http')) {
|
|
|
- imageUrl = `${config.baseUrl}${imageUrl}`;
|
|
|
|
|
|
|
+ imageUrl = `${config.baseUrl}${config.apiPrefix}${imageUrl}`;
|
|
|
}
|
|
}
|
|
|
// #ifdef MP-WEIXIN
|
|
// #ifdef MP-WEIXIN
|
|
|
imageUrl = imageUrl.replace(/^http:/, 'https:');
|
|
imageUrl = imageUrl.replace(/^http:/, 'https:');
|