liyongli 1 жил өмнө
parent
commit
8f27e85376

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

@@ -206,7 +206,6 @@ export default {
     const d = new Dayjs();
 
     getZhoubao(d.format('YYYY-MM-DD')).then(r => {
-      console.log(r);
       this.list = r || [];
     });
   },