From 715e9e12d8eaa4439110e224afaae7b3ddbd3e6d Mon Sep 17 00:00:00 2001
From: xyc <jc_xiong@hotmail.com>
Date: 星期四, 27 八月 2026 14:52:57 +0800
Subject: [PATCH] feat: 登录行为验证码(3D 立体图形按序点击)+ AppHeader 登出与上下布局 + 态势图构想记录(08-27 会话)

---
 traffic-audit-web/src/views/AuditResult.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/traffic-audit-web/src/views/AuditResult.vue b/traffic-audit-web/src/views/AuditResult.vue
index 4fc27a0..06f90d2 100644
--- a/traffic-audit-web/src/views/AuditResult.vue
+++ b/traffic-audit-web/src/views/AuditResult.vue
@@ -1,6 +1,6 @@
 <template>
-  <el-container>
-    <el-header>浜ら�氱粺璁℃姤琛ㄥ鏍哥郴缁� - 瀹℃牳缁撴灉</el-header>
+  <el-container direction="vertical">
+    <app-header title="浜ら�氱粺璁℃姤琛ㄥ鏍哥郴缁� - 瀹℃牳缁撴灉"></app-header>
     <el-container>
       <el-aside width="200px">
         <el-menu router default-active="/audit">
@@ -71,8 +71,10 @@
   </el-container>
 </template>
 <script>
+import AppHeader from '@/components/AppHeader.vue'
 import api from '@/api'
 export default {
+  components: { AppHeader },
   name: 'AuditResult',
   data() {
     return {
@@ -138,5 +140,4 @@
 }
 </script>
 <style scoped>
-.el-header { background: #409EFF; color: white; line-height: 60px; font-size: 18px; }
 </style>
\ No newline at end of file

--
Gitblit v1.9.1