Files
hellogithub-vue/src/components/System/Manage/projectManage.vue
2023-07-09 19:05:48 +08:00

15 lines
149 B
Vue

<template>
<div>
项目管理
</div>
</template>
<script>
export default {
name: "projectManage"
}
</script>
<style scoped>
</style>