add live lottery

This commit is contained in:
2023-11-02 21:48:49 +08:00
parent 0a98aad749
commit 6d625b3ddc
4 changed files with 33 additions and 4 deletions

View File

@@ -151,6 +151,21 @@ const menuOptions = [
icon: renderIcon(Lottery24Filled),
//disabled: accountInfo.value?.isEmailVerified == false,
},
{
label: () =>
h(
RouterLink,
{
to: {
name: 'manage-liveLottery',
},
},
{ default: () => '直播抽奖' }
),
key: 'manage-liveLottery',
icon: renderIcon(Lottery24Filled),
//disabled: accountInfo.value?.isEmailVerified == false,
},
]
async function resendEmail() {