Xiao_123 преди 2 седмици
родител
ревизия
5c3bb68a73
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      src/views/menduner/system/talentMap/maintenance/gather/webPageParsing/index.vue

+ 1 - 0
src/views/menduner/system/talentMap/maintenance/gather/webPageParsing/index.vue

@@ -184,6 +184,7 @@ const handleExecute = async () => {
 		}
 
 		axios.post('/process-urls', { urlArr }).then(res => {
+			console.log(res, '解析内容')
 			contents.value = res?.data?.contents ?? []
 		})