mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
fix cookie
This commit is contained in:
@@ -60,6 +60,7 @@ const type = computed(() => {
|
|||||||
}
|
}
|
||||||
return ''
|
return ''
|
||||||
})
|
})
|
||||||
|
const cookie = useStorage('JWT_Token', '')
|
||||||
|
|
||||||
const canResendEmail = ref(false)
|
const canResendEmail = ref(false)
|
||||||
|
|
||||||
@@ -171,6 +172,7 @@ const menuOptions = [
|
|||||||
),
|
),
|
||||||
key: 'manage-videoCollect',
|
key: 'manage-videoCollect',
|
||||||
icon: renderIcon(VideoAdd20Filled),
|
icon: renderIcon(VideoAdd20Filled),
|
||||||
|
disabled: accountInfo.value?.isEmailVerified == false,
|
||||||
//disabled: accountInfo.value?.isEmailVerified == false,
|
//disabled: accountInfo.value?.isEmailVerified == false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -245,6 +247,7 @@ const menuOptions = [
|
|||||||
]),
|
]),
|
||||||
key: 'manage-danmaku',
|
key: 'manage-danmaku',
|
||||||
icon: renderIcon(Chat24Filled),
|
icon: renderIcon(Chat24Filled),
|
||||||
|
disabled: accountInfo.value?.isEmailVerified == false,
|
||||||
//disabled: accountInfo.value?.isEmailVerified == false,
|
//disabled: accountInfo.value?.isEmailVerified == false,
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user