Browse Source

日常开发

林旭祥 2 weeks ago
parent
commit
b726ef8abf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/OnlineFaceWindow/index.vue

+ 1 - 1
src/components/OnlineFaceWindow/index.vue

@@ -1,6 +1,6 @@
 <template>
   <div>
-    <Transition :enter-active-class="proxy?.animate.mask.enter" :leave-active-class="proxy?.animate.mask.leave">
+    <Transition :enter-active-class="proxy?.animate.mask.enter">
       <div class="mask" v-if="faceState"></div>
     </Transition>
     <Transition :enter-active-class="proxy?.animate.rankingWindow.enter"