fix:切换模式

This commit is contained in:
wyx
2023-02-13 17:50:10 +08:00
parent 995e504376
commit 400298b62f
2 changed files with 10 additions and 3 deletions

View File

@@ -136,6 +136,7 @@ export default {
state.checked = true;
state.radioSelect = 1;
ctx.emit("update:unlockModeVisible", false);
ctx.emit("closeUnlockModal", false)
};