DownloadConfig: fix error message display

This commit is contained in:
liushuyu 2019-12-10 00:55:46 -07:00 committed by James
parent 1dbf078728
commit 4bb84d98b3

View File

@ -40,7 +40,7 @@ export default {
} else {
that.$router.replace({
name: 'showerr',
params: { msg: this.$i18n.t('download_config.error_download_config', { msg: e }) }
params: { msg: that.$i18n.t('download_config.error_download_config', { msg: e }) }
})
}
})