Browse Source

删除打印日志

zq940222 3 months ago
parent
commit
0ce230afb7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/views/adweb/seo/Pdf.vue

+ 0 - 1
src/views/adweb/seo/Pdf.vue

@@ -539,7 +539,6 @@ const longTailPageListColumns = ref([
 
 // 处理从 SeoPdfExport 接收的数据
 const handleSeoPdfExportData = (data) => {  
-  console.log(data);
   customerName.value = data.customerName;
   monthStr.value = data.monthStr;
   detailInfo.value = data.detailInfo;