mirror of
https://gitee.com/fantastic-admin/basic.git
synced 2024-12-05 13:37:45 +08:00
调整权限演示页面
This commit is contained in:
parent
6feafeb2d5
commit
db750d9289
@ -57,6 +57,9 @@ function permissionCheck2(permissions: string[]) {
|
||||
<el-radio-group v-model="userStore.account" @change="accountChange">
|
||||
<el-radio-button label="admin" />
|
||||
<el-radio-button label="test" />
|
||||
<el-radio-button label="hooray">
|
||||
hooray(无权限)
|
||||
</el-radio-button>
|
||||
</el-radio-group>
|
||||
<h3>帐号权限</h3>
|
||||
<div>{{ userStore.permissions }}</div>
|
||||
|
Loading…
Reference in New Issue
Block a user