导航链接
This commit is contained in:
@@ -138,26 +138,26 @@
|
|||||||
<el-menu-item index="RejectedArticles">
|
<el-menu-item index="RejectedArticles">
|
||||||
{{$t('sidebar.ReArticles')}}
|
{{$t('sidebar.ReArticles')}}
|
||||||
</el-menu-item>
|
</el-menu-item>
|
||||||
<el-menu-item index="1" key="1">
|
<!-- <el-menu-item index="1" key="1"> -->
|
||||||
<a href="http://master.tmrjournals.com" target="_blank" style="color: #fff;">
|
<a href="http://master.tmrjournals.com" target="_blank" class="linkBar">
|
||||||
Management System
|
Management System
|
||||||
</a>
|
</a>
|
||||||
</el-menu-item>
|
<!-- </el-menu-item> -->
|
||||||
<el-menu-item index="2" key="2">
|
<!-- <el-menu-item index="2" key="2"> -->
|
||||||
<a href="https://mail.mxhichina.com/alimail" target="_blank" style="color: #fff;">
|
<a href="https://mail.mxhichina.com/alimail" target="_blank" class="linkBar">
|
||||||
Official mailbox
|
Official mailbox
|
||||||
</a>
|
</a>
|
||||||
</el-menu-item>
|
<!-- </el-menu-item> -->
|
||||||
<el-menu-item index="3" key="3">
|
<!-- <el-menu-item index="3" key="3"> -->
|
||||||
<a href="https://www.grammarly.com" target="_blank" style="color: #fff;">
|
<a href="https://www.grammarly.com" target="_blank" class="linkBar">
|
||||||
www.grammarly.com
|
www.grammarly.com
|
||||||
</a>
|
</a>
|
||||||
</el-menu-item>
|
<!-- </el-menu-item> -->
|
||||||
<el-menu-item index="4" key="4">
|
<!-- <el-menu-item index="4" key="4"> -->
|
||||||
<a href="https://quillbot.com" target="_blank" style="color: #fff;">
|
<a href="https://quillbot.com" target="_blank" class="linkBar">
|
||||||
quillbot.com
|
quillbot.com
|
||||||
</a>
|
</a>
|
||||||
</el-menu-item>
|
<!-- </el-menu-item> -->
|
||||||
</el-submenu>
|
</el-submenu>
|
||||||
</template>
|
</template>
|
||||||
</el-menu>
|
</el-menu>
|
||||||
@@ -272,7 +272,8 @@
|
|||||||
{
|
{
|
||||||
index: 'partyListPot',
|
index: 'partyListPot',
|
||||||
title: this.$t('sidebar.userManSys13')
|
title: this.$t('sidebar.userManSys13')
|
||||||
}]
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
// {
|
// {
|
||||||
// index: '',
|
// index: '',
|
||||||
@@ -304,15 +305,15 @@
|
|||||||
}, {
|
}, {
|
||||||
title: this.$t('sidebar.userManSys5'),
|
title: this.$t('sidebar.userManSys5'),
|
||||||
index: '45',
|
index: '45',
|
||||||
subs: [
|
subs: [{
|
||||||
{
|
|
||||||
index: 'youthList',
|
index: 'youthList',
|
||||||
title: this.$t('sidebar.userManSys51')
|
title: this.$t('sidebar.userManSys51')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
index: 'youthApplyList',
|
index: 'youthApplyList',
|
||||||
title: this.$t('sidebar.userManSys52')
|
title: this.$t('sidebar.userManSys52')
|
||||||
}]
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
index: 'disseMRecord',
|
index: 'disseMRecord',
|
||||||
@@ -321,7 +322,8 @@
|
|||||||
{
|
{
|
||||||
index: 'partyDelete',
|
index: 'partyDelete',
|
||||||
title: this.$t('sidebar.userManSys7')
|
title: this.$t('sidebar.userManSys7')
|
||||||
}]
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: 'el-icon-data-analysis',
|
icon: 'el-icon-data-analysis',
|
||||||
@@ -549,4 +551,16 @@
|
|||||||
.el-menu-item i {
|
.el-menu-item i {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.linkBar {
|
||||||
|
color: #fff;
|
||||||
|
display: block;
|
||||||
|
line-height: 50px;
|
||||||
|
padding: 0 0 0 40px;
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.linkBar:hover {
|
||||||
|
background: #00527a;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user