Browse Source

👣 完成锁屏功能

master
wangxiang 3 years ago
parent
commit
36966e4d60
  1. 2
      kicc-ui/src/views/sys/lock/index.vue

2
kicc-ui/src/views/sys/lock/index.vue

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
<template>
<transition name="fade-bottom" mode="out-in">
<LockPage v-if="getIsLock" />
<LockPage v-if="getIsLock"/>
</transition>
</template>
<script lang="ts" setup>

Loading…
Cancel
Save