From 82ff331ef9fd19f533b77ff81861c0cf88d14fe5 Mon Sep 17 00:00:00 2001 From: liuwh <964324856@qq.com> Date: Fri, 09 Aug 2024 08:47:52 +0800 Subject: [PATCH] 修改 --- customerSystem/src/components/Layout/Header.jsx | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/customerSystem/src/components/Layout/Header.jsx b/customerSystem/src/components/Layout/Header.jsx index c6f91d5..519422a 100644 --- a/customerSystem/src/components/Layout/Header.jsx +++ b/customerSystem/src/components/Layout/Header.jsx @@ -2,7 +2,7 @@ * @Company: hugeInfo * @Author: ldh * @Date: 2022-03-11 11:33:21 - * @LastEditTime: 2023-05-12 20:42:27 + * @LastEditTime: 2024-08-08 20:18:53 * @LastEditors: lwh * @Version: 1.0.0 * @Description: 头部组件 @@ -118,8 +118,8 @@ <div className="header-logo"> <img src={logo_white} alt="" /> <div className="header-logo-text" style={{ color: '#fff' }}> - <div className="header-logo-title">广州市白云区矛盾纠纷多元化解平台</div> - <div>Guangzhou Baiyun Diversified Dispute Resolution Platform</div> + <div className="header-logo-title">广州市社会治安综合治理应用平台(综治中心模块)</div> + {/* <div>Guangzhou Baiyun Diversified Dispute Resolution Platform</div> */} </div> </div> <div className="header-menu"> -- Gitblit v1.8.0