diff --git a/src/api/home.js b/src/api/home.js index a899cc8..4e5e0d4 100644 --- a/src/api/home.js +++ b/src/api/home.js @@ -75,7 +75,7 @@ export function allInfoDatas(param) { export function allGcgNumDatas(param) { return request({ url: '/pass.passcc/toDayGroupsEnterNum', - method: 'get', + method: 'post', param, }) } diff --git a/src/views/ty/index.vue b/src/views/ty/index.vue index 9c89b89..fa801fa 100644 --- a/src/views/ty/index.vue +++ b/src/views/ty/index.vue @@ -693,7 +693,7 @@ export default { option && myChart.setOption(option); run(myChart); }, 3000); - }, 200) + }, 2000) }, ty_pieDo(){ let that = this;