liujq 4 years ago
parent
commit
c6165f9929
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/views/dashboard/index.vue

+ 0 - 1
src/views/dashboard/index.vue

@@ -69,7 +69,6 @@ export default {
     })
     this.$api.other.admindexranksearch().then(res => {
       const list = res || []
-      console.log(list)
       const newArr = list.map(item => {
         return {
           value: Number(item.search_num),