This commit is contained in:
xulu
2021-09-08 09:39:17 +08:00
parent d115bd19dd
commit 4e5ff549c2
17 changed files with 1183 additions and 98 deletions

View File

@@ -220,7 +220,7 @@
}
},
Edit() { //编委
if (this.user_cap.includes('board')) {
if (this.user_cap.includes(',board')) {
this.$router.push('/editorial');
} else {
this.$message.error("Sorry, you can not login as Editorial board member, please contact publisher@tmrjournals.com.");
@@ -235,8 +235,7 @@
},
Yout() { //青年编委
if (this.user_cap.includes('yboard')) {
this.$message.error('!')
// this.$router.push('/youthed');
this.$router.push('/youthed');
} else {
this.$message.error("Sorry, you can not login as Young scientist member, please contact publisher@tmrjournals.com.");
}