|
|
@ -16,12 +16,11 @@ export const post = async (url = "", data = {}) => { |
|
|
return response.json(); |
|
|
return response.json(); |
|
|
}; |
|
|
}; |
|
|
const getMallInfo = async ({ memberID }) => { |
|
|
const getMallInfo = async ({ memberID }) => { |
|
|
const { name, groundFloorOrder, scale, offsetToNorth } = { |
|
|
|
|
|
|
|
|
const { groundFloorOrder, scale, offsetToNorth } = { |
|
|
groundFloorOrder: 3, |
|
|
groundFloorOrder: 3, |
|
|
scale: 0.15, |
|
|
scale: 0.15, |
|
|
offsetToNorth: 0, |
|
|
offsetToNorth: 0, |
|
|
}; |
|
|
}; |
|
|
document.title = name; |
|
|
|
|
|
const mall = { |
|
|
const mall = { |
|
|
baseUrl, |
|
|
baseUrl, |
|
|
code, |
|
|
code, |
|
|
|