user1
2024-06-25 4a88624e86cf190a24e5d38490f8271f9d7c6a0d
src/main.js
@@ -10,6 +10,7 @@
// 自定义配置
import config from "@/assets/js/config";
Vue.prototype.config = config;
// Vue.prototype.thisBookConfig = await config.getBookConfig();
// 请求处理
import MG from "@/assets/js/middleGround/WebMiddleGroundApi";
@@ -56,9 +57,9 @@
    store.commit("setQiankun", state);
  });
  props.setGlobalState({
    state: 3, // 应用挂载完成,同时用于触发一次stateChange将state挂载在vuex当中
  });
  // props.setGlobalState({
  //   state: 3, // 应用挂载完成,同时用于触发一次stateChange将state挂载在vuex当中
  // });
  render(props);
}