From e7c4c96647b065b3a7c823cb0d13341c8393849b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 11 五月 2022 16:34:28 +0800 Subject: [PATCH] 2022-05-11 --- src/views/design/header/index.jsx | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/design/header/index.jsx b/src/views/design/header/index.jsx index abf1626..7146bae 100644 --- a/src/views/design/header/index.jsx +++ b/src/views/design/header/index.jsx @@ -333,7 +333,7 @@ {editLevel === 'HS' ? <Button className="level4-close" type="primary" onClick={this.exitManage}>閫�鍑�</Button> : null} {/* 杩涘叆缂栬緫鎸夐挳 */} {!editLevel && menulist ? <EditOutlined onClick={this.enterEdit} className="edit-check" /> : null} - {!editLevel && options.sysType === 'local' && window.GLOB.systemType !== 'production' ? + {!editLevel && window.GLOB.systemType !== 'production' ? <div className="app-entrance entrance"> <div className="icon"><AppstoreOutlined /></div> <div className="title">搴旂敤绠$悊</div> @@ -343,7 +343,7 @@ </Button> </div> : null } - {editLevel === 'HS' && options.sysType === 'local' && window.GLOB.systemType === 'production' ? + {editLevel === 'HS' && window.GLOB.systemType === 'production' ? <div className="app-prod-entrance entrance"> <div className="icon"><AppstoreOutlined /></div> <div className="title">搴旂敤绠$悊</div> @@ -353,7 +353,7 @@ </Button> </div> : null } - {!editLevel && options.sysType === 'local' ? + {!editLevel ? <div className="api-entrance entrance"> <div className="icon"><ApiOutlined /></div> <div className="title">鎺ュ彛璋冭瘯</div> -- Gitblit v1.8.0