From 54d141532c864200b19404848ae5a8110535c6ed Mon Sep 17 00:00:00 2001
From: QYF-GitLab1 <1940665526@qq.com>
Date: 星期四, 26 十二月 2024 18:12:32 +0800
Subject: [PATCH] 1

---
 src/main.js |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/main.js b/src/main.js
index f7438ce..78d9e95 100644
--- a/src/main.js
+++ b/src/main.js
@@ -4,13 +4,15 @@
 import ElementUI from "element-ui";
 import "element-ui/lib/theme-chalk/index.css";
 import store from "./store";
+// 鍏紡杈撳叆
+import { MathfieldElement } from "mathlive"
 
 Vue.config.productionTip = false;
 
 // 鑷畾涔夐厤缃�
 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 +59,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