修改中英文
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
<!-- </a-menu-item>-->
|
||||
<a-menu-item key="6" @click="handleLogout">
|
||||
<a-icon type="logout"/>
|
||||
<span>退出登录</span>
|
||||
<span>{{$t('logOutOfLogin')}}</span>
|
||||
</a-menu-item>
|
||||
<!-- <a-menu-item key="2" disabled>
|
||||
<a-icon type="setting"/>
|
||||
@@ -247,8 +247,8 @@ export default {
|
||||
const that = this
|
||||
|
||||
this.$confirm({
|
||||
title: '提示',
|
||||
content: '真的要注销登录吗 ?',
|
||||
title: this.$t('tips'),
|
||||
content: this.$t('areYouLogout')+'?',
|
||||
onOk() {
|
||||
return that.Logout({}).then(() => {
|
||||
// update-begin author:wangshuai date:20200601 for: 退出登录跳转登录页面
|
||||
@@ -407,4 +407,7 @@ export default {
|
||||
.action .avatar {
|
||||
background: #ccc !important;
|
||||
}
|
||||
::v-deep .ant-dropdown-menu-item {
|
||||
width: max-content!important;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user