8 lines
165 B
Vue
Raw Normal View History

2025-07-04 22:45:22 +08:00
<template>
<div class="main__container white-bg table">动态权限菜单</div>
</template>
<script setup lang='ts'>
</script>
<style scoped lang='scss'>
</style>