diff --git a/code/web/client/assets/images/background/logo.png b/code/web/client/assets/images/background/logo.png index a81edce..c486c2c 100644 Binary files a/code/web/client/assets/images/background/logo.png and b/code/web/client/assets/images/background/logo.png differ diff --git a/code/web/client/assets/videos/administer_banner.mp4 b/code/web/client/assets/videos/administer_banner.mp4 new file mode 100644 index 0000000..4c3960e Binary files /dev/null and b/code/web/client/assets/videos/administer_banner.mp4 differ diff --git a/code/web/client/src/index.jsx b/code/web/client/src/index.jsx index 07461c5..f2edd3a 100644 --- a/code/web/client/src/index.jsx +++ b/code/web/client/src/index.jsx @@ -9,4 +9,4 @@ import microApp from '@micro-zoe/micro-app' microApp.start() -render((), document.getElementById('IotAuthApp')); \ No newline at end of file +render((), document.getElementById('IotAuthApp')); \ No newline at end of file diff --git a/code/web/client/src/layout/components/header/index.jsx b/code/web/client/src/layout/components/header/index.jsx index 886c81a..ec69b69 100644 --- a/code/web/client/src/layout/components/header/index.jsx +++ b/code/web/client/src/layout/components/header/index.jsx @@ -4,84 +4,90 @@ import { connect } from "react-redux"; import { Nav, Avatar, Dropdown } from "@douyinfe/semi-ui"; const Header = (props) => { - const { dispatch, history, user, actions, } = props; + const { dispatch, history, user, actions, } = props; - return ( - <> -