Revert "feat: enable page keepalive"

This reverts commit d9099c7281.
This commit is contained in:
Tim
2025-08-08 17:21:59 +08:00
parent 12b7c68cae
commit 8ceae90962
3 changed files with 1 additions and 13 deletions

View File

@@ -104,12 +104,6 @@
</div>
</template>
<script setup>
definePageMeta({
keepalive: true
})
</script>
<script>
import { ref, computed, onMounted, onBeforeUnmount, nextTick, watch } from 'vue'
import VueEasyLightbox from 'vue-easy-lightbox'