refactor(web): 按业务域重组页面目录并更新路由
This commit is contained in:
12
clinical-web/src/views/workbench/home/index.vue
Normal file
12
clinical-web/src/views/workbench/home/index.vue
Normal file
@@ -0,0 +1,12 @@
|
||||
<script setup lang="ts">
|
||||
import PagePlaceholder from '@/components/PagePlaceholder.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<PagePlaceholder
|
||||
group="工作台"
|
||||
title="首页"
|
||||
icon="⌂"
|
||||
description="首页页面占位,待根据 Web 端需求实现。"
|
||||
/>
|
||||
</template>
|
||||
Reference in New Issue
Block a user