修改 电网一张图告警明细数据

This commit is contained in:
GGJ
2024-10-21 19:15:45 +08:00
parent 96ea25d0a6
commit 2e364d82ed
8 changed files with 274 additions and 116 deletions

View File

@@ -53,8 +53,7 @@ const editorConfig = {
meta: { path: '/supervision/' },
timeout: 0,
customInsert(res: any, insertFn: InsertFnType) {
console.log('🚀 ~ customInsert ~ res:', res)
insertFn(res.data.url, 'image', res.data.url)
insertFn(res.data.url.split('?')[0], 'image', res.data.url.split('?')[0])
}
}
}