From 5a7e0659e6365709e2f5c02307d5d5b0a6bd1cc8 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 22 二月 2021 17:15:40 +0800 Subject: [PATCH] 2021-02-22 --- 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 99584b2..97057a3 100644 --- a/src/views/design/header/index.jsx +++ b/src/views/design/header/index.jsx @@ -328,9 +328,9 @@ {editLevel === 'HS' ? <Button className="level4-close" type="primary" onClick={this.exitManage}>閫�鍑�</Button> : null} {/* 杩涘叆缂栬緫鎸夐挳 */} {!editLevel ? <Icon onClick={this.enterEdit} className="edit-check" type="edit" /> : null} - {/* {!editLevel && options.sysType === 'local' && window.GLOB.systemType !== 'production' ? - <a href="#/mobmanage" target="_blank" className="mobile" type="edit"> 搴旂敤绠$悊 <Icon type="arrow-right" /></a> : null - } */} + {!editLevel && options.sysType === 'local' && window.GLOB.systemType !== 'production' ? + <a href="#/appmanage" target="_blank" className="mobile" type="edit"> 搴旂敤绠$悊 <Icon type="arrow-right" /></a> : null + } {/* window.btoa(window.encodeURIComponent(JSON.stringify({ MenuType: 'home', MenuId: 'home_page_id', MenuName: '棣栭〉' }))) */} {!editLevel && window.GLOB.systemType !== 'production' && this.props.memberLevel >= 20 ? <a className="home-edit" href={`#/menudesign/JTdCJTIyTWVudVR5cGUlMjIlM0ElMjJob21lJTIyJTJDJTIyTWVudUlkJTIyJTNBJTIyaG9tZV9wYWdlX2lkJTIyJTJDJTIyTWVudU5hbWUlMjIlM0ElMjIlRTklQTYlOTYlRTklQTElQjUlMjIlN0Q=`} target="_blank" rel="noopener noreferrer"> -- Gitblit v1.8.0