edit and re publist
This commit is contained in:
parent
298b9bfc59
commit
84111c08f8
|
|
@ -27,7 +27,7 @@ export class Product extends CoreEntity {
|
||||||
if (env === 'dev') {
|
if (env === 'dev') {
|
||||||
return `http://localhost:${port}${prefix}/${path}`;
|
return `http://localhost:${port}${prefix}/${path}`;
|
||||||
}
|
}
|
||||||
return `http://${domain}:${port}${prefix}/${path}`;
|
return `${domain}:${port}${prefix}/${path}`;
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
images: string[];
|
images: string[];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue