change some error message dialog to error message toast

This commit is contained in:
MaysWind
2020-11-24 00:48:53 +08:00
parent 645bd07d72
commit 48b60fec30
9 changed files with 71 additions and 61 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ export default {
router.refreshPage();
} catch (ex) {
this.$logger.error('failed to unlock by pin code', ex);
this.$alert('PIN code is wrong');
this.$toast('PIN code is wrong');
}
},
relogin() {