Browse Source

延长线图刷新时间

lite
453530270@qq.com 3 years ago
parent
commit
b99d0f056a
  1. 2
      src/api/home.js
  2. 2
      src/views/ty/index.vue

2
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,
})
}

2
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;

Loading…
Cancel
Save