diff --git a/core/core-frontend/src/components/dashboard/DbToolbar.vue b/core/core-frontend/src/components/dashboard/DbToolbar.vue index ca22177779..82e7604e38 100644 --- a/core/core-frontend/src/components/dashboard/DbToolbar.vue +++ b/core/core-frontend/src/components/dashboard/DbToolbar.vue @@ -189,7 +189,7 @@ const backToMain = () => { const backHandler = (url: string) => { if (window['dataease-embedded-host'] && openHandler?.value) { const pm = { - methodName: 'interactive', + methodName: 'embeddedInterative', args: { eventName: 'de-dashboard-editor-back', args: 'Just a demo that descript dataease embedded interactive' diff --git a/core/core-frontend/src/components/data-visualization/DvToolbar.vue b/core/core-frontend/src/components/data-visualization/DvToolbar.vue index 5d23619350..127a625794 100644 --- a/core/core-frontend/src/components/data-visualization/DvToolbar.vue +++ b/core/core-frontend/src/components/data-visualization/DvToolbar.vue @@ -131,7 +131,7 @@ const backToMain = () => { const backHandler = (url: string) => { if (window['dataease-embedded-host'] && openHandler?.value) { const pm = { - methodName: 'interactive', + methodName: 'embeddedInterative', args: { eventName: 'de-dashboard-editor-back', args: 'Just a demo that descript dataease embedded interactive'