[update 全局翻译] 导入导出提示

This commit is contained in:
danshihao
2024-07-16 15:25:19 +08:00
parent f6c371e016
commit bd29582ef7
22 changed files with 115 additions and 84 deletions
+2 -2
View File
@@ -221,8 +221,8 @@ export default {
const that = this
this.$confirm({
title: '提示',
content: '真的要注销登录吗 ?',
title: this.$t('tips'),
content: `${this.$t('header.logOutTip')} ?`,
onOk () {
return that.Logout({}).then(() => {
window.location.replace(process.env.VUE_APP_LOGOUT_PAGE)