chore: 拆分仪表盘路由为工作台和分析页

This commit is contained in:
2024-10-13 23:32:39 +08:00
parent 84ad0d55b0
commit 2e15cf2d48
19 changed files with 33 additions and 8 deletions

View File

@@ -0,0 +1,12 @@
<template>
<div id="home" class="gi_page home">
分析页面开发中...
</div>
</template>
<script setup lang="ts">
defineOptions({ name: 'Analysis' })
</script>
<style lang="scss" scoped>
</style>