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