fix error

This commit is contained in:
MaysWind
2020-11-26 22:07:38 +08:00
parent 2c72ce5f5c
commit 64c56e2807
5 changed files with 38 additions and 19 deletions
+1 -1
View File
@@ -558,7 +558,7 @@ export default {
self.$toast('You have saved this account');
}
router.back('/account/list', { force: true });
router.back();
}).catch(error => {
self.$logger.error('failed to save account', error);