mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 01:21:58 +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));
|
||||
},
|
||||
},
|
||||
legaoBuiltins: {
|
||||
legaoBuiltin: {
|
||||
getUrlParams() {
|
||||
const { search } = history.location;
|
||||
return parseQuery(search);
|
||||
},
|
||||
execEventFlow() {}
|
||||
},
|
||||
i18n: {
|
||||
setLocale: (loc: string) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user