From 052d5bb0d88b4a8b9b8127f5e5f3bf2d3e5babc5 Mon Sep 17 00:00:00 2001 From: Chengliang <1546584672@qq.com> Date: Wed, 1 Feb 2023 13:31:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E6=8C=89=E9=92=AE=E9=99=90?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/topBar/index.jsx | 3 ++- src/pages/company.jsx | 4 ++++ src/pages/user.jsx | 6 +++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/components/topBar/index.jsx b/src/components/topBar/index.jsx index 05c6319..d8e2db4 100644 --- a/src/components/topBar/index.jsx +++ b/src/components/topBar/index.jsx @@ -79,7 +79,7 @@ export class TopBar extends React.Component { ); render() { - const { type } = this.props; + const { type, disabled } = this.props; return (
@@ -180,6 +180,7 @@ export class TopBar extends React.Component {