gaoxm 7 éve
szülő
commit
4c021b8429
1 módosított fájl, 0 hozzáadás és 1 törlés
  1. 0 1
      store/index.js

+ 0 - 1
store/index.js

@@ -442,7 +442,6 @@ export const actions = {
     commit('count/REQUEST_ALLCOUNT')
     return axios.get('/api/product/commoncount', {params})
       .then(res => {
-        console.log(res.data)
         commit('count/GET_ALLCOUNT_SUCCESS', res.data)
       }, (err) => {
         commit('count/GET_ALLCOUNT_FAILURE', err)