This commit is contained in:
parent
66c4ac33b3
commit
069615d05d
@ -103,7 +103,7 @@ export default boot(({ app, router }) => {
|
|||||||
persistent: true,
|
persistent: true,
|
||||||
})
|
})
|
||||||
.onOk(() => {
|
.onOk(() => {
|
||||||
router.push({ name: 'login' });
|
// router.push({ name: 'login' });
|
||||||
isOpenDialog = false;
|
isOpenDialog = false;
|
||||||
})
|
})
|
||||||
.onCancel(() => {
|
.onCancel(() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user