mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-17 00:44:35 +08:00
修复分享 bug
This commit is contained in:
@@ -87,7 +87,8 @@ export default {
|
|||||||
return (
|
return (
|
||||||
this.shareLock ||
|
this.shareLock ||
|
||||||
!this.yuQueInfo.yuQueToken ||
|
!this.yuQueInfo.yuQueToken ||
|
||||||
this.yuQueInfo.authorId !== this.command.authorId
|
(this.yuQueInfo.authorId !== this.command.authorId &&
|
||||||
|
this.command.fromShare)
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user