权限调整
This commit is contained in:
parent
0704c6da0c
commit
0882a88c0a
@ -116,11 +116,10 @@ export default boot(({ app, router }) => {
|
||||
quanXianDialog = true;
|
||||
Dialog.create({
|
||||
title: '无权限',
|
||||
message: '你没有改页面访问权限',
|
||||
message: '你没有该页面访问权限',
|
||||
persistent: true,
|
||||
})
|
||||
.onOk(() => {
|
||||
router.push({ name: 'login' });
|
||||
quanXianDialog = false;
|
||||
})
|
||||
.onCancel(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user