code refactor

This commit is contained in:
MaysWind
2021-01-05 22:55:34 +08:00
parent fbfba764d4
commit abae1c85e7
16 changed files with 172 additions and 122 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ export default {
// auto refresh exchange rates data
if (this.$settings.isAutoUpdateExchangeRatesData()) {
this.$services.autoRefreshLatestExchangeRates();
this.$store.dispatch('getLatestExchangeRates', { silent: true, force: false });
}
}
}