人生啊人生 vor 1 Woche
Ursprung
Commit
80f233a1dd

+ 5 - 1
src/components/ThreeWorldEventQingXiCheAndQv/ThreeWorldEventMainQingXiCheAndQv.vue

@@ -11,6 +11,8 @@ import { QingXiCheAndQvThreeWorldCamera } from "./js/QingXiCheAndQvThreeWorldCam
 import { WindowTxtStore } from "@/components/WindowQingXiCheAndQv/store/WindowTxtStore.js";
 import { WindowVideoStore } from "@/components/WindowQingXiCheAndQv/store/WindowVideoStore.js";
 import { WindowCountdownStore } from "@/components/WindowQingXiCheAndQv/store/WindowCountdownStore.js";
+import { WindowMenuStore } from "@/components/WindowQingXiCheAndQv/store/WindowMenuStore.js";
+
 import { ComMusic } from "../../utils/common/ComMusic.js";
 import { QingXiCheAndQvComRes } from "./js/QingXiCheAndQvComRes.js";
 import { WindowEvent } from "../WindowQingXiCheAndQv/js/WindowEvent.js";
@@ -163,11 +165,13 @@ const callbackLoadEndEvent = (json) => {
     QingXiCheAndQvCarEvent.find().ComStore["WindowTxtStore"] = WindowTxtStore;
     QingXiCheAndQvCarEvent.find().ComStore["WindowVideoStore"] = WindowVideoStore;
     QingXiCheAndQvCarEvent.find().ComStore["WindowCountdownStore"] = WindowCountdownStore;
-
+    QingXiCheAndQvCarEvent.find().ComStore["WindowMenuStore"] = WindowMenuStore;
+    
     WindowEvent.find().ComStore["WindowTxtStore"] = WindowTxtStore;
     WindowEvent.find().ComStore["WindowVideoStore"] = WindowVideoStore;
     WindowEvent.find().ComStore["WindowCountdownStore"] = WindowCountdownStore;
     WindowEvent.find().ComStore["WindowVideoRemoveColorStore"] = WindowVideoRemoveColorStore;
+    WindowEvent.find().ComStore["WindowMenuStore"] = WindowMenuStore;
 
     // 初始化GUI会用到的对象
     CommonGuiDbListTwo.find().objScene = CommonVal().obj.CommonValQingXiCheAndQv.objIframe.ChengGuangYuanJing.CommonVal.find().objScene;