人生啊人生 3 hónapja
szülő
commit
1e373f7792

+ 3 - 0
user_web/src/components/QvSimulation/QvThreeWorldEvent/QvThreeWorldEventMain.vue

@@ -118,6 +118,9 @@ const callbackLoadEndEvent = (json) => {
     QvMaterial.find().objThreeWorldEventMain = QvThreeWorldEventMain.find();
     QvPipeEvent.find().objThreeWorldEventMain = QvThreeWorldEventMain.find();
 
+    QvPipeEvent.find().pipelineProblemsJsonInitEvent();
+
+
     QvThreeWorldCamera.find().initObj(
         CommonValStore().obj.newIframeQv,
         CommonValStore().obj.newIframeQv.objIframe,

+ 2 - 3
user_web/src/components/QvSimulation/QvThreeWorldEvent/js/QvPipeEvent.js

@@ -125,9 +125,8 @@ export class QvPipeEvent {
         }
         return QvPipeEvent.instance;
     }
-
-
     
+
     /**
     * 记录管道问题点对应的布展的物体
     */
@@ -161,7 +160,7 @@ export class QvPipeEvent {
         }
 
         // console.log(
-        //     "pipelineProblemsJson", thisClass.pipelineProblemsJson
+        //     " === pipelineProblemsJson ===>", thisClass.pipelineProblemsJson
         // );
 
         return thisClass;

+ 5 - 2
user_web/src/view/Qv.vue

@@ -52,7 +52,7 @@ const callbackChuanGongZuoFuEvent = (bool) => {
 <template>
     <div class="Qv">
 
-        <QvLoading v-show="qvLoadingLook == true" @callbackLook="callbackLookEvent"></QvLoading>
+        <!-- <QvLoading v-show="qvLoadingLook == true" @callbackLook="callbackLookEvent"></QvLoading>
 
         <Index></Index>
 
@@ -63,7 +63,10 @@ const callbackChuanGongZuoFuEvent = (bool) => {
         <CarSimulationMain
         v-show="CarSimulationMainLook == true"
         @callbackChuanGongZuoFu="callbackChuanGongZuoFuEvent"
-        ></CarSimulationMain>
+        ></CarSimulationMain> -->
+
+        <!-- 单独调试 -->
+        <QvSimulationMain></QvSimulationMain>
         
     </div>
 </template>