From b80ff647c9f52a466e92eac8ee4ae0860c9040e9 Mon Sep 17 00:00:00 2001 From: fmk1023 Date: Thu, 25 Dec 2025 14:36:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=80=81=E5=8A=BF=E6=84=9F=E7=9F=A5=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0-=E9=A1=B9=E7=9B=AE=E5=88=9D=E5=A7=8B=E5=8C=96?= =?UTF-8?q?=E6=90=AD=E5=BB=BA=E5=8F=8A=E8=8F=9C=E5=8D=95=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E3=80=81=E5=A2=9E=E5=8A=A0tabs=E6=BB=9A=E5=8A=A8=E5=90=B8?= =?UTF-8?q?=E9=A1=B6=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Header/index.vue | 62 +++++++++++++++--------------- src/router/config/home.ts | 11 +++--- src/views/Jyh/Situation/index.vue | 64 +++++++++++++++++++++++++++---- 3 files changed, 92 insertions(+), 45 deletions(-) diff --git a/src/components/Header/index.vue b/src/components/Header/index.vue index e7a9063..70e189b 100644 --- a/src/components/Header/index.vue +++ b/src/components/Header/index.vue @@ -2,45 +2,45 @@
@@ -86,7 +86,7 @@ const handleLogin = (type) => { left: 0; width: 100%; height: 72px; - background: #fff; + background: #050505; z-index: 1000; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); display: flex; diff --git a/src/router/config/home.ts b/src/router/config/home.ts index 4037e4b..fc7bd86 100644 --- a/src/router/config/home.ts +++ b/src/router/config/home.ts @@ -20,14 +20,13 @@ export default [ { path: '/home', name: 'home', - component: () => import('@/views/Jyh/Home/index.vue'), + component: () => import('@/views/Jyh/Situation/index.vue'), meta: { - micorApp: ['micoro-app-homeweb-app'], - hasMobile: true, - hiddenFooter: true, - reportTitle: '首页', + title: '态势感知中心', + reportTitle: '态势感知中心', className: 'w-full min-w-full', - headerClassName: '', + hiddenFooter: true, + hasMobile: true, asideMenu: 'drawer' // 左侧菜单抽屉模式 } }, diff --git a/src/views/Jyh/Situation/index.vue b/src/views/Jyh/Situation/index.vue index 5f715b0..5c63615 100644 --- a/src/views/Jyh/Situation/index.vue +++ b/src/views/Jyh/Situation/index.vue @@ -10,8 +10,8 @@ - -