shish 4 лет назад
Родитель
Сommit
bd4c1ba115
2 измененных файлов с 0 добавлено и 4 удалено
  1. 0 3
      hdApp/src/components/plugin/modal.vue
  2. 0 1
      hdApp/src/mixins/list.js

+ 0 - 3
hdApp/src/components/plugin/modal.vue

@@ -122,9 +122,6 @@ export default {
 
 		}
 	},
-	mounted(){
-		console.log(this)
-	},
 	methods: {
 		handleClick(e) {
 			if (!this.show) return

+ 0 - 1
hdApp/src/mixins/list.js

@@ -40,7 +40,6 @@ export default {
       } else {
         ++this.list.page
       }
-      console.log(this.list)
     },
   },
 }