diff --git a/src/components/PicLib/index.vue b/src/components/PicLib/index.vue index 6fdf161..aa98c30 100644 --- a/src/components/PicLib/index.vue +++ b/src/components/PicLib/index.vue @@ -114,7 +114,6 @@ export default { }, username: { handler: async function(nVal) { - console.log('username', nVal) if (!nVal) return this.getData() }, @@ -176,7 +175,6 @@ export default { // other exportData() { this.$emit('selectMaterial', this.selectedData) - console.log(this.selectedData) }, beforeUpload(file) { const isLt600k = file.size / 1024 / 1024 < 0.6 @@ -271,8 +269,6 @@ export default { }) this.getData() this.$message.success('删除成功!') - - console.log(this.imgList[index]) }) .catch(() => { this.$message.info('已取消删除!')