This commit is contained in:
Vanessa 2023-03-21 09:25:52 +08:00
parent 9cae635647
commit 4bc21c493b
8 changed files with 12 additions and 13 deletions

View file

@ -150,7 +150,7 @@ export const onGetConfig = (isStart: boolean) => {
try {
JSONToLayout(isStart);
if (window.JSAndroid) {
window.openFileByURL(window.JSAndroid.getBlockURL())
window.openFileByURL(window.JSAndroid.getBlockURL());
}
} catch (e) {
resetLayout();