mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-08 22:51:25 +08:00
修复分享 bug
This commit is contained in:
parent
a1b4b097e3
commit
14589ff425
@ -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)
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user