This commit is contained in:
徐哼唧L
2022-12-09 16:18:12 +08:00
parent dc4d87a990
commit 5ed3073b6e
130 changed files with 41608 additions and 2013 deletions

View File

@@ -15,9 +15,6 @@
</div>
<!-- {{ $t('system.title') }} -->
</div>
<div class="xq_time" v-if="this.user_id==24||this.user_id==25">
本刊为预警期刊责令限期整改 时间{{daojishi}} 倒计时: {{day}} {{hour}}:{{min}}:{{second}}
</div>
<div class="header-right">
<div class="header-user-con">
<div class="changelang">
@@ -405,12 +402,4 @@
color: rgb(142, 150, 74);
}
.xq_time {
float: left;
line-height: 70px;
vertical-align: middle;
color: #ff200d;
margin-left: 20px;
font-size: 20px;
}
</style>

View File

@@ -25,7 +25,6 @@
</el-menu-item>
</template>
</template>
<!-- 审稿人 -->
<template v-if="this.user_cap.includes('reviewer')">
<el-submenu index="8">
@@ -87,6 +86,20 @@
</el-menu-item>
</el-submenu>
</template>
<!-- 客座编辑 -->
<template v-if="this.user_cap.includes('special')">
<el-submenu index="11">
<template slot="title">
<i class="el-icon-box"></i> {{$t('sidebar.guest')}}
</template>
<el-menu-item index="guestArticleL">
{{$t('sidebar.guest1')}}
</el-menu-item>
<!-- <el-menu-item index="guestReviewerL">
{{$t('sidebar.guest2')}}
</el-menu-item> -->
</el-submenu>
</template>
<!-- 主编/总监统计图 -->
<template v-if="this.userrole == 0">
<el-submenu index="8">
@@ -98,8 +111,6 @@
</el-menu-item>
</el-submenu>
</template>
<!-- 分角色链接 -->
<template v-if="this.userrole == 0">
<el-menu-item>
@@ -124,8 +135,12 @@
<i class="el-icon-d-arrow-right"></i> www.grammarly.com
</a>
</el-menu-item>
<el-menu-item>
<a href="https://quillbot.com" target="_blank" style="color: #bfcbd9;">
<i class="el-icon-d-arrow-right"></i> quillbot.com
</a>
</el-menu-item>
</template>
</el-menu>
</div>
</template>
@@ -185,12 +200,17 @@
index: '4',
title: this.$t('sidebar.editmber'),
subs: [{
index: 'editmbereditor',
index: 'editorBorder',
title: this.$t('sidebar.editmber1')
}, {
index: 'editmbereditormoshi',
title: this.$t('sidebar.editmber2')
}, ]
}
// , {
// index: 'editmbereditor',
// title: this.$t('sidebar.editmber2')
// }, {
// index: 'editmbereditormoshi',
// title: this.$t('sidebar.editmber3')
// },
]
},
{
icon: 'el-icon-price-tag',
@@ -226,7 +246,36 @@
index: 'citationanalysis',
title: this.$t('sidebar.analysis')
}]
}
},
{
icon: 'el-icon-coordinate',
index: '6',
title: this.$t('sidebar.party'),
subs: [{
index: 'partyList',
title: this.$t('sidebar.party2')
},{
index: 'partyDelete',
title: this.$t('sidebar.party3')
}
]
},
// {
// icon: 'el-icon-message',
// index: '7',
// title: this.$t('sidebar.mailbox'),
// subs: [{
// index: 'mailboxSend',
// title: this.$t('sidebar.mailbox1')
// },{
// index: 'mailboxCollect',
// title: this.$t('sidebar.mailbox2')
// },{
// index: 'mailboxMould',
// title: this.$t('sidebar.mailbox3')
// }
// ]
// },
],
//超级管理员
admin_items: [{
@@ -285,7 +334,48 @@
title: this.$t('sidebar.monitor1')
}]
}
},
{
icon: 'el-icon-message',
index: '9',
title: this.$t('sidebar.email'),
subs: [{
index: 'mailtemplate',
title: this.$t('sidebar.email1')
},
]
},
{
icon: 'el-icon-discount',
index: '6',
title: this.$t('sidebar.suggest'),
subs: [{
index: 'suggestList',
title: this.$t('sidebar.suggest1')
},
// {
// index: 'suggestSelect',
// title: this.$t('sidebar.suggest2')
// }
]
},
{
icon: 'el-icon-coordinate',
index: '7',
title: this.$t('sidebar.party'),
subs: [{
index: 'partyEditor',
title: this.$t('sidebar.party1')
},{
index: 'partyList',
title: this.$t('sidebar.party2')
},
{
index: 'partyDelete',
title: this.$t('sidebar.party3')
}
]
},
// ,{
// icon: 'el-icon-data-analysis',
// index: 'citationanalysis',

View File

@@ -4,6 +4,14 @@
const mediaUrl = 'http://www.tougao.com/';
const baseUrl = 'http://www.tougao.com/';
// const IMGdoURL = 'http://www.journal.com/';
// const IMGupURL = 'http://www.journal.com/';
// const mediaUrl = 'http://testtougao.tmrjournals.com/public/';
// const baseUrl = 'http://testtougao.tmrjournals.com/public/index.php/';
export default {
baseUrl,
mediaUrl

View File

@@ -55,7 +55,8 @@ const en = {
chief2: 'Journal list',
editmber: 'Editorial management',
editmber1: 'Editorial board list',
editmber2: 'Matching pattern',
editmber2: 'Editorial board list',
editmber3: 'Matching pattern',
analyp: 'Manager',
analysis: 'Citation Analysis Report',
rev_ewer: 'Reviewer',
@@ -69,6 +70,22 @@ const en = {
edit_oria2: 'Accepted manuscript',
you_thed: 'Young scholar',
you_thed1: 'Pending review',
guest:'Guest editor',
guest1:'Manuscript list',
guest2:'Reviewer list',
email:'Mail management',
email1:'Mail template',
suggest:'Suggestion management',
suggest1:'Suggestion list',
suggest2:'Suggested title management',
party:'User Management',
party1:'Editor List',
party2:'User List',
party3:'User Blacklist',
mailbox:'Mailbox system',
mailbox1:'Mailbox send',
mailbox2:'Mailbox list',
mailbox3:'Mailbox template',
},
home: {
authortop: 'Author guide',
@@ -80,8 +97,8 @@ const en = {
state2: 'Under review',
state3: 'Reject',
state4: 'Revision',
state5: 'Accepted ',
state6: 'Fininal decision',
state5: 'Accept',
state6: 'Pre-accept',
act1: 'Dealing',
act2: 'Finished'
},

View File

@@ -55,7 +55,8 @@ const zh = {
chief2: '期刊列表',
editmber: '编委管理',
editmber1: '编委列表',
editmber2: '编委匹配',
editmber2: '编委列表',
editmber3: '编委匹配',
analyp: '管理',
analysis: '引用统计',
rev_ewer: '审稿人',
@@ -69,6 +70,22 @@ const zh = {
edit_oria2: '历史稿件',
you_thed: '青年编委',
you_thed1: '证书',
guest: '客座编辑',
guest1: '稿件列表',
guest2: '审稿人列表',
email: '邮件管理',
email1: '邮件模板',
suggest: '建议管理',
suggest1: '建议列表',
suggest2: '建议标题管理',
party: '用户管理',
party1: '编辑列表',
party2: '用户列表',
party3: '黑名单',
mailbox: '邮箱系统',
mailbox1: '发邮件',
mailbox2: '邮件列表',
mailbox3: '模板管理',
},
home: {
authortop: '用户指南',