chore: 去除已经移除的菜单页面

This commit is contained in:
dap 2024-12-20 10:06:38 +08:00
parent 4db697e714
commit af8052ce49
2 changed files with 0 additions and 18 deletions

View File

@ -1,9 +0,0 @@
<script setup lang="ts">
import CommonSkeleton from '#/views/common';
</script>
<template>
<div>
<CommonSkeleton />
</div>
</template>

View File

@ -1,9 +0,0 @@
<script setup lang="ts">
import CommonSkeleton from '#/views/common';
</script>
<template>
<div>
<CommonSkeleton />
</div>
</template>