mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 00:12:11 +08:00
change some error message dialog to error message toast
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user