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/DataImport.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/traffic-audit-web/src/views/DataImport.vue b/traffic-audit-web/src/views/DataImport.vue
index 5b40688..2ba149a 100644
--- a/traffic-audit-web/src/views/DataImport.vue
+++ b/traffic-audit-web/src/views/DataImport.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="/import">
@@ -53,8 +53,10 @@
   </el-container>
 </template>
 <script>
+import AppHeader from '@/components/AppHeader.vue'
 import api from '@/api'
 export default {
+  components: { AppHeader },
   name: 'DataImport',
   data() {
     return {
@@ -111,6 +113,5 @@
 }
 </script>
 <style scoped>
-.el-header { background: #409EFF; color: white; line-height: 60px; font-size: 18px; }
 .tip { font-size: 12px; color: #909399; margin-top: 6px; }
 </style>

--
Gitblit v1.9.1