From ccbe1710b9c52b0ca23150b0a9ca763da6e1223c Mon Sep 17 00:00:00 2001 From: dminyi <1301963064@qq.com> Date: Thu, 12 Sep 2024 15:43:22 +0800 Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh into master --- 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