8 lines
143 B
Vue
Raw Normal View History

2024-08-18 15:55:25 +08:00
<template>
<div class="dc-page">隐藏菜单</div>
</template>
<script setup lang="ts"></script>
<style lang="scss" scoped></style>