diff --git a/src/components/popup/ShareDialog.vue b/src/components/popup/ShareDialog.vue index 5d67850..7aa88cd 100644 --- a/src/components/popup/ShareDialog.vue +++ b/src/components/popup/ShareDialog.vue @@ -84,12 +84,7 @@ export default { }, computed: { disableShare() { - return ( - this.shareLock || - !this.yuQueInfo.yuQueToken || - (this.yuQueInfo.authorId !== this.command.authorId && - this.command.fromShare) - ); + return this.shareLock || !this.yuQueInfo.yuQueToken; }, }, mounted() {