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