Merge branch 'main' of http://47.122.43.22:3000/wjn/mh-lcmk-sms-web
This commit is contained in:
commit
e6eff0d09d
Binary file not shown.
|
Before Width: | Height: | Size: 3.9 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 43 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 26 KiB |
Binary file not shown.
@ -374,12 +374,12 @@ function Header(props) {
|
|||||||
return (
|
return (
|
||||||
<div className={`header ${props.matchLogin ? "login" : "nologin"}`}>
|
<div className={`header ${props.matchLogin ? "login" : "nologin"}`}>
|
||||||
<div className="header__left">
|
<div className="header__left">
|
||||||
{/* <PictureThumb
|
<PictureThumb
|
||||||
thumbCodes={thumbCode ? [thumbCode] : []}
|
thumbCodes={thumbCode ? [thumbCode] : []}
|
||||||
thumbConfigs={[{ target: thumbCode }]}
|
thumbConfigs={[{ target: thumbCode }]}
|
||||||
defaultThumb={require("../assets/layout/header-logo.png")}
|
defaultThumb={require("../assets/layout/header-logo.png")}
|
||||||
className="header__left-logo"
|
className="header__left-logo"
|
||||||
/> */}
|
/>
|
||||||
{isMobile ? (
|
{isMobile ? (
|
||||||
<span className="header__left-slogan-mobile"> </span>
|
<span className="header__left-slogan-mobile"> </span>
|
||||||
) : (
|
) : (
|
||||||
@ -390,7 +390,7 @@ function Header(props) {
|
|||||||
: "header__left-slogan"
|
: "header__left-slogan"
|
||||||
}`}
|
}`}
|
||||||
>
|
>
|
||||||
双重预防管控系统
|
双重预防机制管控系统
|
||||||
{/* 安全管理系统
|
{/* 安全管理系统
|
||||||
<span style={{ color: "#c99d03" }}>(SMS)</span> */}
|
<span style={{ color: "#c99d03" }}>(SMS)</span> */}
|
||||||
{baseConfig.SYS_NAME}{" "}
|
{baseConfig.SYS_NAME}{" "}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user