Browse Source

update index.vue

louyu 7 years ago
parent
commit
44e49b407b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/index.vue

+ 1 - 1
src/views/index.vue

@@ -37,7 +37,7 @@
       mounted(){
         // console.log(this.ADRESS.indexCount)
         this.$http.get(this.ADRESS.indexCount).then((response)=>{
-          console.log(response.data)
+          // console.log(response.data)
           this.count=response.data.data
         })
       },