This commit is contained in:
xulu
2021-09-14 09:22:48 +08:00
parent 2fb8c7e04e
commit 709110f7e9
18 changed files with 1849 additions and 100 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.");