From e7d382efc71d1a738a6a7c52d0978d6fdb077a8a Mon Sep 17 00:00:00 2001
From: liuwh <964324856@qq.com>
Date: Sat, 14 Sep 2024 17:34:02 +0800
Subject: [PATCH] 提交
---
gz-customerSystem/src/components/Layout/Header.jsx | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/gz-customerSystem/src/components/Layout/Header.jsx b/gz-customerSystem/src/components/Layout/Header.jsx
index 519422a..a91e32c 100644
--- a/gz-customerSystem/src/components/Layout/Header.jsx
+++ b/gz-customerSystem/src/components/Layout/Header.jsx
@@ -2,8 +2,8 @@
* @Company: hugeInfo
* @Author: ldh
* @Date: 2022-03-11 11:33:21
- * @LastEditTime: 2024-08-08 20:18:53
- * @LastEditors: lwh
+ * @LastEditTime: 2024-09-11 09:45:36
+ * @LastEditors: dminyi 1301963064@qq.com
* @Version: 1.0.0
* @Description: 头部组件
*/
@@ -13,10 +13,11 @@
import { Menu, Badge, Avatar, Dropdown, Space, Form, Input, Button, Radio } from 'antd';
import { BellOutlined, LogoutOutlined, UserOutlined, FormOutlined, UserSwitchOutlined, DownCircleFilled } from '@ant-design/icons';
import { mediationCenter, mediationCenter_active, operateCenter, operateCenter_active } from '../../assets/images/icon';
+import { yewu } from '../../assets/images';
import * as $$ from '../../utils/utility';
import MyMessage from '../../views/myMessage';
import MyModal from '../MyModal';
-import logo_white from '../../assets/images/logo_white.png';
+import {logo1} from '../../assets/images';
//修改密码api
function submitModifyInfoApi(data) {
@@ -51,7 +52,7 @@
const [myMessageVisible, setMyMessageVisible] = useState(false);
const headerMenuIcon = {
- 'mediate': { icon: mediationCenter, iconActive: mediationCenter_active },
+ 'mediate': { icon: yewu, iconActive: yewu },
'operation': { icon: operateCenter, iconActive: operateCenter_active },
};
@@ -116,7 +117,7 @@
return (
<header className="header">
<div className="header-logo">
- <img src={logo_white} alt="" />
+ <img src={logo1} alt="" />
<div className="header-logo-text" style={{ color: '#fff' }}>
<div className="header-logo-title">广州市社会治安综合治理应用平台(综治中心模块)</div>
{/* <div>Guangzhou Baiyun Diversified Dispute Resolution Platform</div> */}
--
Gitblit v1.8.0