1
This commit is contained in:
@@ -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.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user