zhongshujie
2024-08-08 bab41f60c4535b72ee59be23cd2202cd4daeedd9
src/main.js
@@ -10,7 +10,7 @@
// 自定义配置
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";
@@ -57,9 +57,9 @@
    store.commit("setQiankun", state);
  });
  props.setGlobalState({
    state: 3, // 应用挂载完成,同时用于触发一次stateChange将state挂载在vuex当中
  });
  // props.setGlobalState({
  //   state: 3, // 应用挂载完成,同时用于触发一次stateChange将state挂载在vuex当中
  // });
  render(props);
}