fix: checkLogin in StatusCard (#270)
This commit is contained in:
parent
c4cf3fb371
commit
18d5fd4804
4 changed files with 22 additions and 7 deletions
|
@ -29,6 +29,8 @@ useCommand({
|
|||
icon: () => props.icon,
|
||||
|
||||
onActivate() {
|
||||
if (!checkLogin())
|
||||
return
|
||||
const clickEvent = new MouseEvent('click', {
|
||||
view: window,
|
||||
bubbles: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue