增强JWT令牌安全性

This commit is contained in:
2025-07-15 11:23:03 +08:00
parent 03198de9c5
commit 1a3a03dd6f
5 changed files with 23 additions and 19 deletions

View File

@@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome to Vuetify 3</title>
<title>Findreve</title>
</head>
<body>
<div id="app"></div>

View File

@@ -43,17 +43,9 @@
<v-list nav>
<v-list-item prepend-icon="mdi-view-dashboard" title="仪表盘" value="dashboard" @click="currentTab = 'dashboard'"></v-list-item>
<v-list-item prepend-icon="mdi-tag-multiple" title="物品管理" value="items" @click="currentTab = 'items'"></v-list-item>
<v-list-item prepend-icon="mdi-qrcode-scan" title="生成码" value="qrcodes" @click="currentTab = 'qrcodes'"></v-list-item>
<v-list-item prepend-icon="mdi-account-cog" title="用户设置" value="settings" @click="currentTab = 'settings'"></v-list-item>
<v-list-item prepend-icon="mdi-information" title="关于系统" value="about" @click="currentTab = 'about'"></v-list-item>
</v-list>
<template v-slot:append>
<div class="pa-2">
<v-btn block color="primary" @click="drawer = false">
关闭菜单
</v-btn>
</div>
</template>
</v-navigation-drawer>
<!-- 主内容区 -->
@@ -215,12 +207,6 @@
</template>
</v-data-table>
</div>
<!-- 其他标签页内容 -->
<div v-if="currentTab === 'qrcodes'">
<h2 class="text-h4 mb-4">生成二维码</h2>
<p>此功能正在开发中...</p>
</div>
<div v-if="currentTab === 'settings'">
<h2 class="text-h4 mb-4">用户设置</h2>