人生啊人生 2 tháng trước cách đây
mục cha
commit
7ea6716e29

+ 6 - 13
src/components/ThreeWorldEventQingXiCheAndQv/QingXiCheAndQvMain.vue

@@ -10,20 +10,18 @@ import { QingXiCheAndQvProcessEventStore } from "./event/store/QingXiCheAndQvPro
 import { QingXiCheAndQvCarEvent } from "./js/QingXiCheAndQvCarEvent.js";
 import { watch, ref } from "vue";
 
-import WindowTxt from "../components/WindowQingXiCheAndQv/WindowTxt.vue";
+import WindowTxt from "../WindowQingXiCheAndQv/WindowTxt.vue";
 import { WindowTxtStore } from "@/components/WindowQingXiCheAndQv/store/WindowTxtStore.js";
-import WindowVideo from "../components/WindowQingXiCheAndQv/WindowVideo.vue";
+import WindowVideo from "../WindowQingXiCheAndQv/WindowVideo.vue";
 import { WindowVideoStore } from "@/components/WindowQingXiCheAndQv/store/WindowVideoStore.js";
 
-import WindowCountdown from "../components/WindowQingXiCheAndQv/WindowCountdown.vue";
+import WindowCountdown from "../WindowQingXiCheAndQv/WindowCountdown.vue";
 import { WindowCountdownStore } from "@/components/WindowQingXiCheAndQv/store/WindowCountdownStore.js";
 
-import WindowVideoRemoveColor from "../components/WindowQingXiCheAndQv/WindowVideoRemoveColor.vue";
+import WindowVideoRemoveColor from "../WindowQingXiCheAndQv/WindowVideoRemoveColor.vue";
 import { WindowVideoRemoveColorStore } from "@/components/WindowQingXiCheAndQv/store/WindowVideoRemoveColorStore.js";
 
-import { WindowEvent } from "../components/WindowQingXiCheAndQv/js/WindowEvent.js";
-
-import ThreeWorldEventGroundDownCar from "@/components/ThreeWorldEventGroundDownCar/ThreeWorldEvent/ThreeWorldEventGroundDownCar.vue";
+import { WindowEvent } from "../WindowQingXiCheAndQv/js/WindowEvent.js";
 
 const videoJson = {
     "01" : new URL("../assets/res/video/01.mp4", import.meta.url).href,
@@ -386,12 +384,7 @@ const menuEvent = (name) => {
         <ThreeWorldEventMainQingXiCheAndQv
             v-show="QingXiCheAndQvMyThreeWorldStore().obj.menu.waterPipe == true || QingXiCheAndQvMyThreeWorldStore().obj.menu.repair == true"
         ></ThreeWorldEventMainQingXiCheAndQv>
-
-        <ThreeWorldEventGroundDownCar
-            :timeResetInit="timeResetInitGroundDownCar"
-            v-show="QingXiCheAndQvMyThreeWorldStore().obj.menu.look == true"
-        ></ThreeWorldEventGroundDownCar>
-
+        
         <!-- 自定义加载百分比 -->
         <LoadingDemo
             v-if="CommonVal().loadSuccess == false"