11 lines
162 B
Vue
Raw Normal View History

2025-04-30 15:46:14 +08:00
<script setup>
</script>
<template>
<el-empty description="没有权限!请联系管理员添加权限!"></el-empty>
</template>
<style scoped>
</style>