Browse Source

提交修改

yxb
DESKTOP-2IO5MST\huting 1 year ago
parent
commit
18a945823c
2 changed files with 2 additions and 4 deletions
  1. 2
    1
      App.vue
  2. 0
    3
      pages.json

+ 2
- 1
App.vue View File

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 View File

"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": {

Loading…
Cancel
Save