| | |
| | | // 自定义配置 |
| | | import config from "@/assets/js/config"; |
| | | Vue.prototype.config = config; |
| | | Vue.prototype.thisBookConfig = await config.getBookConfig(); |
| | | // Vue.prototype.thisBookConfig = await config.getBookConfig(); |
| | | |
| | | // 请求处理 |
| | | import MG from "@/assets/js/middleGround/WebMiddleGroundApi"; |
| | |
| | | store.commit("setQiankun", state); |
| | | }); |
| | | |
| | | props.setGlobalState({ |
| | | state: 3, // 应用挂载完成,同时用于触发一次stateChange将state挂载在vuex当中 |
| | | }); |
| | | // props.setGlobalState({ |
| | | // state: 3, // 应用挂载完成,同时用于触发一次stateChange将state挂载在vuex当中 |
| | | // }); |
| | | |
| | | render(props); |
| | | } |