Xiao_123 2 недель назад
Родитель
Сommit
5c3bb68a73

+ 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 ?? []
 		})