[update 全局翻译] 导入导出提示
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user