ruoyi-plus-soybean/src/views/dashboard/analysis/index.vue

11 lines
245 B
Vue
Raw Normal View History

<template>
<div>
<h3>DashboardAnalysis</h3>
<router-link to="/about">about</router-link>
2022-01-07 18:51:06 +08:00
<router-link to="/dashboard/workbench">workbench</router-link>
</div>
</template>
<script setup lang="ts"></script>
<style scoped></style>