This commit is contained in:
parent
6dce4282fd
commit
9bc7a5d65f
@ -81,7 +81,11 @@
|
|||||||
hasPermissions() {
|
hasPermissions() {
|
||||||
let account = this.$store.state.userInfo?.nickname;
|
let account = this.$store.state.userInfo?.nickname;
|
||||||
if (account) {
|
if (account) {
|
||||||
if (account === this.article.articleAuthor.userNickname) {
|
if (this.$route.params.article_id) {
|
||||||
|
if (account === this.article.articleAuthor.userNickname) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
} else {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user