From 48a18736c461ad730bd264b0ac7b40b68a0e33a1 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 28 六月 2020 20:30:20 +0800 Subject: [PATCH] 2020-06-28 --- src/components/header/index.jsx | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/header/index.jsx b/src/components/header/index.jsx index 119447f..04b6cb3 100644 --- a/src/components/header/index.jsx +++ b/src/components/header/index.jsx @@ -155,11 +155,11 @@ async loadmenu () { // 鑾峰彇涓昏彍鍗� - let _param = {func: 'sPC_Get_MainMenu', systemType: options.systemType} + let _param = {func: 'sPC_Get_MainMenu', systemType: options.sysType} if (sessionStorage.getItem('isEditState') === 'true') { // 缂栬緫鐘舵�佹椂锛岃幏鍙栦竴绾ц彍鍗曪紝澧炲姞鍙傛暟debug _param.debug = 'Y' } - if (options.systemType !== 'cloud' && window.GLOB.systemType !== 'official') { + if (options.sysType !== 'cloud' && window.GLOB.systemType !== 'official') { _param.linkurl = window.GLOB.linkurl } @@ -244,8 +244,8 @@ // 鑾峰彇涓昏彍鍗曞弬鏁� let promiseMenu = new Promise(resolve => { - let _param = {func: 'sPC_Get_MainMenu', systemType: options.systemType} - if (options.systemType !== 'cloud' && window.GLOB.systemType !== 'official') { + let _param = {func: 'sPC_Get_MainMenu', systemType: options.sysType} + if (options.sysType !== 'cloud' && window.GLOB.systemType !== 'official') { _param.linkurl = window.GLOB.linkurl } @@ -678,7 +678,7 @@ {this.props.editLevel === 'HS' ? <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 && options.systemType === 'local' && window.GLOB.systemType !== 'official' ? + {/* {this.props.editState && !this.props.editLevel && options.sysType === 'local' && window.GLOB.systemType !== 'official' ? <a href="#/mobmanage" target="_blank" className="mobile" type="edit"> 搴旂敤绠$悊 <Icon type="arrow-right" /></a> : null } */} {/* 缂栬緫鑿滃崟 */} -- Gitblit v1.8.0