Remove default
This commit is contained in:
parent
0feb4f1e36
commit
ed4e733a64
1 changed files with 1 additions and 1 deletions
|
@ -1440,7 +1440,7 @@ import 'css!assets/css/videoosd';
|
||||||
});
|
});
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
import('appRouter').then(({default: appRouter}) => {
|
import('appRouter').then(({default: appRouter}) => {
|
||||||
appRouter.default.goHome();
|
appRouter.goHome();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue