feat: 实时打开webSources

This commit is contained in:
2026-05-27 16:13:45 +08:00
parent 5e89995cfd
commit c7ff047ac8
2 changed files with 11 additions and 2 deletions

View File

@@ -454,7 +454,8 @@
const jsonData = JSON.parse(jsonText)
// console.log('jsonData', jsonData)
if (jsonData.webAddress) {
// aiMessage.webAddress = JSON.parse(jsonData.webAddress)
aiMessage.webAddress = JSON.parse(jsonData.webAddress)
// contentBody += `<slot slot-name="url"></slot>`
// aiMessage.loading = false
hasUrlEvent = true