mirror of
https://github.com/dataease/dataease.git
synced 2026-05-18 17:58:11 +08:00
Merge pull request #8950 from dataease/pr@dev-v2@perf_embedded_host_function_name
perf(X-Pack): 嵌入式与宿主交互函数名称错误
This commit is contained in:
@@ -189,7 +189,7 @@ const backToMain = () => {
|
||||
const backHandler = (url: string) => {
|
||||
if (window['dataease-embedded-host'] && openHandler?.value) {
|
||||
const pm = {
|
||||
methodName: 'interactive',
|
||||
methodName: 'embeddedInteractive',
|
||||
args: {
|
||||
eventName: 'de-dashboard-editor-back',
|
||||
args: 'Just a demo that descript dataease embedded interactive'
|
||||
|
||||
@@ -131,7 +131,7 @@ const backToMain = () => {
|
||||
const backHandler = (url: string) => {
|
||||
if (window['dataease-embedded-host'] && openHandler?.value) {
|
||||
const pm = {
|
||||
methodName: 'interactive',
|
||||
methodName: 'embeddedInteractive',
|
||||
args: {
|
||||
eventName: 'de-dashboard-editor-back',
|
||||
args: 'Just a demo that descript dataease embedded interactive'
|
||||
|
||||
2
de-xpack
2
de-xpack
Submodule de-xpack updated: e289cbba50...1efcffd692
Reference in New Issue
Block a user