perf(X-Pack): 嵌入式与宿主交互函数名称错误

This commit is contained in:
fit2cloud-chenyw 2024-04-03 17:30:58 +08:00
parent 6577baef5f
commit 800248b13f
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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'