From 113313a0496f958860a156b4330960e0d12522a7 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 04 六月 2020 17:53:59 +0800
Subject: [PATCH] 2020-06-04

---
 src/components/header/index.jsx |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/components/header/index.jsx b/src/components/header/index.jsx
index 5ecb8a8..1654fe2 100644
--- a/src/components/header/index.jsx
+++ b/src/components/header/index.jsx
@@ -248,6 +248,7 @@
       if (options.systemType !== 'cloud' && window.GLOB.systemType !== 'official') {
         _param.linkurl = window.GLOB.linkurl
       }
+
       Api.getSystemConfig(_param).then(result => {
         let mainMenu = null
         if (result && result.status) {
@@ -677,6 +678,7 @@
         {this.props.editLevel === 'level4' ? <Button className="level4-close" type="primary" onClick={this.exitManage}>閫�鍑�</Button> : null}
         {/* 杩涘叆缂栬緫鎸夐挳 */}
         {this.props.editState && !this.props.editLevel ? <Icon onClick={this.enterEdit} className="edit-check" type="edit" /> : null}
+        {/* {this.props.editState && !this.props.editLevel ? <a href="#/mobile" target="blank" className="mobile" type="edit"> 绉诲姩绔�</a> : null} */}
         {/* 缂栬緫鑿滃崟 */}
         {this.props.editLevel === 'level1' ? <EditMenu menulist={this.state.menulist} reload={this.reload} exitEdit={this.exitEdit}/> : null}
         {/* 澶村儚銆佺敤鎴峰悕 */}

--
Gitblit v1.8.0