perf: 修改账号选择

pull/12096/head
ibuler 2023-11-14 10:16:55 +08:00 committed by 老广
parent d6b75ac700
commit 5673698a57
1 changed files with 2 additions and 0 deletions

View File

@ -265,6 +265,8 @@ class Applet(JMSBaseModel):
if not host.using_same_account:
return
account = VirtualAccount.get_same_account(user, host)
if not account.secret:
return
return account
def select_host_account(self, user, asset):