mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-15 02:38:16 +00:00
fix: 修复 legaoBuiltin typo & 增加 execEventFlow mock 函数
This commit is contained in:
parent
8284d761f3
commit
1d38a293f9
@ -283,11 +283,12 @@ export class SimulatorRendererContainer implements BuiltinSimulatorRenderer {
|
|||||||
history.replace(withQueryParams(path, params));
|
history.replace(withQueryParams(path, params));
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
legaoBuiltins: {
|
legaoBuiltin: {
|
||||||
getUrlParams() {
|
getUrlParams() {
|
||||||
const { search } = history.location;
|
const { search } = history.location;
|
||||||
return parseQuery(search);
|
return parseQuery(search);
|
||||||
},
|
},
|
||||||
|
execEventFlow() {}
|
||||||
},
|
},
|
||||||
i18n: {
|
i18n: {
|
||||||
setLocale: (loc: string) => {
|
setLocale: (loc: string) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user