zy1125 hace 1 año
padre
commit
3e5ebbbe93
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/components/UeVideo.vue

+ 2 - 2
src/components/UeVideo.vue

@@ -1,9 +1,9 @@
1 1
 
2 2
 <template>
3
-  <div  ref="video" id="player"></div>
3
+  <div  ref="video" id="player"  v-if="!loginShow"></div>
4 4
   <!-- <div style="background-color: rgba(156, 167, 84, 0.667); width: 100vw;height: 100vh;position: absolute;" ></div> -->
5 5
   <Login :class="loginShow ? '' : 'hidden'"></Login>
6
-  <home></home>
6
+  <home   v-if="!loginShow"></home>
7 7
   <!-- <div @click="toUE" style="position: absolute;top: 5%; left: 50%;background-color: darkcyan;z-index: 200">向UE发信息</div> -->
8 8
 </template>
9 9