This commit is contained in:
xulu
2022-03-10 17:34:35 +08:00
parent 4f5e6e1f78
commit a2a8a06ff6
44 changed files with 9609 additions and 969 deletions

View File

@@ -85,6 +85,7 @@
<i class="el-icon-caret-bottom"></i>
</span>
<el-dropdown-menu slot="dropdown">
<!-- <el-dropdown-item divided command="personcenter">Personal Center</el-dropdown-item> -->
<el-dropdown-item divided command="loginout">{{ $t('system.loyout') }}</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
@@ -162,6 +163,11 @@
methods: {
// 用户名下拉菜单选择事件
handleCommand(command) {
// 个人中心
if (command == 'personcenter') {
this.$router.push('/percenter');
}
// 退出系统
if (command == 'loginout') {
localStorage.removeItem('U_role');
localStorage.removeItem('U_id');
@@ -319,7 +325,7 @@
float: left;
height: 40px;
}
.header .logo p {
font-size: 12px;
text-align: center;

View File

@@ -99,6 +99,8 @@
</el-submenu>
</template>
<!-- 分角色链接 -->
<template v-if="this.userrole == 0">
<el-menu-item>
<a href="http://boss.tmrjournals.com/#/publition?Act=123" target="_blank" style="color: #bfcbd9;">

View File

@@ -81,7 +81,7 @@ const en = {
state3: 'Reject',
state4: 'Revision',
state5: 'Accepted ',
state6: 'fininal decision',
state6: 'Fininal decision',
act1: 'Dealing',
act2: 'Finished'
},