浏览代码

首页悬浮

gaoxm 7 年之前
父节点
当前提交
4c021b8429
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      store/index.js

+ 0 - 1
store/index.js

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