From 86d82927381c21c538d25e55380cbe7c86acd811 Mon Sep 17 00:00:00 2001 From: dminyi <1301963064@qq.com> Date: Thu, 22 Aug 2024 14:11:53 +0800 Subject: [PATCH] 提交 --- gz-customerSystem/src/components/Layout/Header.jsx | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gz-customerSystem/src/components/Layout/Header.jsx b/gz-customerSystem/src/components/Layout/Header.jsx index 519422a..c0d8f4a 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-08-22 11:51:48 + * @LastEditors: dminyi 1301963064@qq.com * @Version: 1.0.0 * @Description: 头部组件 */ @@ -16,7 +16,7 @@ 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) { @@ -116,7 +116,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