Commit 7a94d12e authored by Hsinli's avatar Hsinli

addd

parent cbfb61bb
Pipeline #8713 passed with stage
in 4 seconds
......@@ -74,7 +74,7 @@ class NewHouseService extends Service {
for (let i in newHouseImages) {
let image = {
id: newHouseImages[i].id,
path: 'https://r.51gjj.com' + newHouseImages[i].path,
path: 'https://r.51gjj.com/' + newHouseImages[i].path,
description: newHouseImages[i].description,
}
images.push(image);
......
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