Kaynağa Gözat

去除打印

htc 6 ay önce
ebeveyn
işleme
ed493ab8e3
1 değiştirilmiş dosya ile 0 ekleme ve 2 silme
  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)