Explorar o código

update index.vue

louyu %!s(int64=7) %!d(string=hai) anos
pai
achega
44e49b407b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
         })
       },