RuoYi-Cloud/ruoyi-ui/src/views/index.vue

26 lines
222 B
Vue
Raw Normal View History

<template>
<div>
<!--todo 首页统计 -->
</div>
</template>
<script>
export default {
name: "Index",
data() {
return {
};
},
methods: {
},
};
</script>
<style scoped lang="scss">
</style>