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