mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
refactor(projects): manage_route => manage_menu
This commit is contained in:
7
src/views/manage/menu/index.vue
Normal file
7
src/views/manage/menu/index.vue
Normal file
@ -0,0 +1,7 @@
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<div>manage_menu</div>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
@ -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>
|
Reference in New Issue
Block a user