Commit 3d8dea1d authored by 邓春圆's avatar 邓春圆

国际化bug修复

parent 50ee17e5
......@@ -3896,5 +3896,6 @@
"入仓方数": "",
"收费方数": "",
"可放入重量": "",
"可放入收费重量": ""
"可放入收费重量": "",
"确定注销并退出系统吗?": "Are you sure to log out and exit the system?"
}
......@@ -158,7 +158,7 @@ export default {
saveLocale(value)
}, */
async logout() {
this.$modal.confirm('确定注销并退出系统吗?', '提示').then(() => {
this.$modal.confirm(this.$t('确定注销并退出系统吗?'), this.$t('提示')).then(() => {
this.$store.dispatch('LogOut').then(() => {
location.href = '/';
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment