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