From 253b3f50df303f24fdf880797619432f8b74db21 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期二, 19 十一月 2024 14:41:43 +0800 Subject: [PATCH] 民航心理学全本 --- src/main.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main.js b/src/main.js index f7438ce..a647faf 100644 --- a/src/main.js +++ b/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, // 搴旂敤鎸傝浇瀹屾垚锛屽悓鏃剁敤浜庤Е鍙戜竴娆tateChange灏唖tate鎸傝浇鍦╲uex褰撲腑 - }); + // props.setGlobalState({ + // state: 3, // 搴旂敤鎸傝浇瀹屾垚锛屽悓鏃剁敤浜庤Е鍙戜竴娆tateChange灏唖tate鎸傝浇鍦╲uex褰撲腑 + // }); render(props); } -- Gitblit v1.9.1