mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-24 13:03:30 +08:00
添加authorid
This commit is contained in:
@@ -84,7 +84,11 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
disableShare() {
|
||||
return this.shareLock || !this.yuQueInfo.yuQueToken;
|
||||
return (
|
||||
this.shareLock ||
|
||||
!this.yuQueInfo.yuQueToken ||
|
||||
this.yuQueInfo.authorId !== this.command.authorId
|
||||
);
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
|
Reference in New Issue
Block a user