权限调整

This commit is contained in:
joylink_fanyuhong 2024-10-09 16:56:14 +08:00
parent 0704c6da0c
commit 0882a88c0a

View File

@ -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(() => {