mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-11-12 06:57:08 +08:00
chore: 拆分仪表盘路由为工作台和分析页
This commit is contained in:
12
src/views/dashboard/analysis/index.vue
Normal file
12
src/views/dashboard/analysis/index.vue
Normal 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>
|
||||
Reference in New Issue
Block a user