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