mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
8 lines
109 B
Vue
8 lines
109 B
Vue
<template>
|
|
<div>权限管理</div>
|
|
</template>
|
|
|
|
<script setup lang="tsx"></script>
|
|
|
|
<style scoped></style>
|