From 1a4a26d7af755c648b0c78c36acfccbd4b14ffac Mon Sep 17 00:00:00 2001 From: wally <18603454788@163.com> Date: Fri, 3 Apr 2020 11:19:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/statistics/components/location-map.vue | 1 - store/modules/statistics/actions.js | 2 -- 2 files changed, 3 deletions(-) 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 => {