forked from gzzfw/frontEnd/gzDyh

liuwh
2024-09-14 221546808c11df777199def992e4abbf1fc31b5a
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> */}