mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-08 17:12:28 +08:00
v3.8.1发布,上传前端代码
This commit is contained in:
@ -14,6 +14,7 @@ import { setupRouterGuard } from '/@/router/guard';
|
||||
import { setupStore } from '/@/store';
|
||||
import { setupGlobDirectives } from '/@/directives';
|
||||
import { setupI18n } from '/@/locales/setupI18n';
|
||||
import { setupElectron } from "@/electron";
|
||||
import { registerGlobComp } from '/@/components/registerGlobComp';
|
||||
import { registerThirdComp } from '/@/settings/registerThirdComp';
|
||||
import { registerSuper } from '/@/views/super/registerSuper';
|
||||
@ -89,6 +90,9 @@ async function bootstrap(props?: MainAppProps) {
|
||||
// 注册第三方组件
|
||||
await registerThirdComp(app);
|
||||
|
||||
// 配置electron
|
||||
setupElectron(app)
|
||||
|
||||
// 当路由准备好时再执行挂载( https://next.router.vuejs.org/api/#isready)
|
||||
await router.isReady();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user