Browse Source

feat: 移除失效title配置

master
jiannibang 3 years ago
parent
commit
6ac26811e8
  1. 3
      src/js/helpers/data-helper.js

3
src/js/helpers/data-helper.js

@ -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,

Loading…
Cancel
Save