角色管理修改
parent
76ad77c587
commit
8f46003c1b
@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<div>
|
||||
<span>没有此页面的权限</span>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "NoPermission",
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
Loading…
Reference in New Issue