DESKTOP-2IO5MST\huting 1 рік тому
джерело
коміт
18a945823c
2 змінених файлів з 2 додано та 4 видалено
  1. 2
    1
      App.vue
  2. 0
    3
      pages.json

+ 2
- 1
App.vue Переглянути файл

method: "POST", method: "POST",
showLoading: true, showLoading: true,
}; };
// #ifdef MP-WEIXIN
request(getGlobalParam, options).then((res) => { request(getGlobalParam, options).then((res) => {
const result = stringToJson(res.bizContent); const result = stringToJson(res.bizContent);
setItem('globalParam', result.data) setItem('globalParam', result.data)
console.log("配置", result); console.log("配置", result);
}); });
// #ifdef MP-WEIXIN
// #endif // #endif
}, },



+ 0
- 3
pages.json Переглянути файл

"navigationBarTitleText": "", "navigationBarTitleText": "",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
{ {
"path": "pages/order/order", "path": "pages/order/order",
"style": { "style": {
} }
} }
}, },
{ {
"path": "pages/service/service", "path": "pages/service/service",
"style": { "style": {

Завантаження…
Відмінити
Зберегти