修改中英文

This commit is contained in:
高嵩
2023-07-18 19:18:50 +08:00
parent 97370aec43
commit b26fa74ee3
7 changed files with 54 additions and 13 deletions
+6 -3
View File
@@ -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>