gaoxm %!s(int64=7) %!d(string=hai) anos
pai
achega
4c021b8429
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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)