优化 Cookie 存储类型;更新登录状态判断逻辑;添加 Tauri 环境判断以支持版本更新处理

This commit is contained in:
2025-04-07 00:15:07 +08:00
parent eb306b66b0
commit 277497420c
4 changed files with 37 additions and 30 deletions

View File

@@ -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>