diff --git a/pages/statistics/components/location-map.vue b/pages/statistics/components/location-map.vue index da398f4..b18fcde 100644 --- a/pages/statistics/components/location-map.vue +++ b/pages/statistics/components/location-map.vue @@ -49,7 +49,6 @@ export default { }; result.push(obj); }); - console.log('result: ', result); return result; }, diff --git a/store/modules/statistics/actions.js b/store/modules/statistics/actions.js index fa335ab..9f76e11 100644 --- a/store/modules/statistics/actions.js +++ b/store/modules/statistics/actions.js @@ -35,8 +35,6 @@ const actions = { getSchoolSigns({ commit }, params) { return new Promise((resolve, reject) => { showLoading(); - console.log('SCHOOL_SIGNS: ', SCHOOL_SIGNS); - http .post(SCHOOL_SIGNS, params) .then(res => {