xiongzhu há 2 anos atrás
pai
commit
b848df76f2
1 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 2
      src/views/HomePage.vue

+ 0 - 2
src/views/HomePage.vue

@@ -224,8 +224,6 @@ function getBanner() {
 const saleBatches = ref([])
 function getSaleBatch() {
     return http.post('saleBatch/all', {}, { body: 'json' }).then(res => {
-        console.log(res)
-        console.log((saleBatches.value = res.content.filter(i => true != i.hidden)))
         saleBatches.value = res.content
             .filter(i => true != i.hidden)
             .map(item => {