mirror of
https://github.com/veops/cmdb.git
synced 2025-08-12 01:04:39 +08:00
feat(ui):i18n (#352)
This commit is contained in:
@@ -68,8 +68,8 @@ export default {
|
||||
const that = this
|
||||
|
||||
this.$confirm({
|
||||
title: '提示',
|
||||
content: '真的要注销登录吗 ?',
|
||||
title: this.$t('tip'),
|
||||
content: this.$t('topMenu.confirmLogout'),
|
||||
onOk() {
|
||||
// localStorage.removeItem('ops_cityps_currentId')
|
||||
localStorage.clear()
|
||||
|
Reference in New Issue
Block a user