refactor(projects): manage_route => manage_menu

This commit is contained in:
Soybean
2024-01-28 17:14:46 +08:00
parent babdb5d5cc
commit f8467ceb17
8 changed files with 26 additions and 32 deletions

View File

@ -0,0 +1,7 @@
<script setup lang="ts"></script>
<template>
<div>manage_menu</div>
</template>
<style scoped></style>

View File

@ -1,13 +0,0 @@
<script setup lang="ts">
import { fetchGetRoleList } from '@/service/api';
fetchGetRoleList().then(res => {
console.log(res);
});
</script>
<template>
<LookForward />
</template>
<style scoped></style>