Ver código fonte

提交修改

yxb
DESKTOP-2IO5MST\huting 1 ano atrás
pai
commit
18a945823c
2 arquivos alterados com 2 adições e 4 exclusões
  1. 2
    1
      App.vue
  2. 0
    3
      pages.json

+ 2
- 1
App.vue Ver arquivo

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


+ 0
- 3
pages.json Ver arquivo

@@ -19,9 +19,7 @@
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/order/order",
"style": {
@@ -42,7 +40,6 @@
}
}
},
{
"path": "pages/service/service",
"style": {

Carregando…
Cancelar
Salvar