代码调整
Some checks failed
local-test-CICD / Docker-Build (push) Failing after 56s

This commit is contained in:
joylink_fanyuhong 2024-09-24 14:04:30 +08:00
parent 66c4ac33b3
commit 069615d05d

View File

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