mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-29 01:20:17 +08:00
feat(projects): page manage_role
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
<script setup lang="ts">
|
||||
import { onActivated } from 'vue';
|
||||
import { fetchGetRoleList } from '@/service/api';
|
||||
|
||||
console.log('setup');
|
||||
|
||||
onActivated(() => {
|
||||
console.log('onActivated');
|
||||
fetchGetRoleList().then(res => {
|
||||
console.log(res);
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user