fix: 修复构建错误,完成所有页面开发和构建测试

This commit is contained in:
UGREEN USER
2026-01-28 14:44:47 +08:00
parent c635b5e494
commit 49bb635025
4 changed files with 13 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
<template>
<div class="page">
<h1>预约列表</h1>
<p>功能开发中...</p>
</div>
</template>
<script setup lang="ts">
</script>