8 lines
132 B
Vue
Raw Normal View History

2025-07-03 20:19:09 +08:00
<template>
<div>权限管理菜单内容</div>
</template>
<script setup lang='ts'>
</script>
<style scoped lang='scss'>
</style>