mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-11-11 12:57:10 +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>
|
||||
@@ -31,7 +31,7 @@ import FastCard from './components/FastCard.vue'
|
||||
import NoticeCard from './components/NoticeCard.vue'
|
||||
import SponsorCard from './components/SponsorCard.vue'
|
||||
|
||||
defineOptions({ name: 'Home' })
|
||||
defineOptions({ name: 'Workplace' })
|
||||
|
||||
const open = (url: string) => {
|
||||
window.open(url, '_blank')
|
||||
Reference in New Issue
Block a user