任一存 1 年之前
父节点
当前提交
4fc4526662
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/App.vue

+ 1 - 1
src/App.vue

@@ -189,7 +189,7 @@ export default {
     const internalInstance = getCurrentInstance()
     const store = useStore()
 
-    const isShowFadeInMask = ref(false)
+    const isShowFadeInMask = ref(true)
     const progress = ref(0)
 
     onMounted(() => {