Ver código fonte

首页悬浮

gaoxm 7 anos atrás
pai
commit
4c021b8429
1 arquivos alterados com 0 adições e 1 exclusões
  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)