refactor(web): 按业务域重组页面目录并更新路由

This commit is contained in:
yelan
2026-08-27 14:17:33 +08:00
parent 71fc51f84f
commit 66dda39fa7
9 changed files with 9 additions and 7 deletions

View File

@@ -0,0 +1,12 @@
<script setup lang="ts">
import PagePlaceholder from '@/components/PagePlaceholder.vue'
</script>
<template>
<PagePlaceholder
group="工作台"
title="首页"
icon="⌂"
description="首页页面占位,待根据 Web 端需求实现。"
/>
</template>