mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
优化 Cookie 存储类型;更新登录状态判断逻辑;添加 Tauri 环境判断以支持版本更新处理
This commit is contained in:
@@ -218,7 +218,7 @@ onUnmounted(() => {
|
||||
<template #header-extra>
|
||||
<slot name="header-extra" />
|
||||
</template>
|
||||
<template v-if="cookie">
|
||||
<template v-if="cookie.cookie">
|
||||
<NAlert type="warning">
|
||||
你已经登录
|
||||
</NAlert>
|
||||
|
||||
Reference in New Issue
Block a user