소스 검색

去除打印

htc 6 달 전
부모
커밋
ed493ab8e3
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      components/l-echart/l-echart.vue

+ 0 - 2
components/l-echart/l-echart.vue

@@ -326,11 +326,9 @@ export default {
 				await sleep(this.beforeDelay)
 			}
 			let config = await this.getContext();
-			console.log(config,'config');
 			// #ifndef APP-NVUE
 			setCanvasCreator(echarts, config)
 			try {
-				console.log(typeof callback,'callback');
 				this.chart = echarts.init(config.canvas, theme, Object.assign({}, config, opts))
 				if(typeof callback === 'function') {
 					callback(this.chart)