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