diff --git a/jshERP-web/src/components/page/GlobalHeader.vue b/jshERP-web/src/components/page/GlobalHeader.vue index 0f3830380..6c4903a55 100644 --- a/jshERP-web/src/components/page/GlobalHeader.vue +++ b/jshERP-web/src/components/page/GlobalHeader.vue @@ -14,7 +14,6 @@ {{ companyName }} {{ systemTitle }} - 华夏ERP正式更名为管伊佳ERP,请尽快使用新网址:https://cloud.gyjerp.com @@ -90,8 +89,6 @@ headerBarFixed: false, systemTitle: window.SYS_TITLE, companyName: '', - isShowChange: false, - //update-begin--author:sunjianlei---date:20190508------for: 顶部导航栏过长时显示更多按钮----- topMenuStyle: { headerIndexLeft: {}, topNavHeader: {}, @@ -114,25 +111,17 @@ } } }, - //update-end--author:sunjianlei---date:20190508------for: 顶部导航栏过长时显示更多按钮----- mounted() { window.addEventListener('scroll', this.handleScroll) - //update-begin--author:sunjianlei---date:20190508------for: 顶部导航栏过长时显示更多按钮----- if (this.mode === 'topmenu') { this.buildTopMenuStyle() } if(window.location.host === 'cloud.huaxiaerp.vip' || window.location.host === 'cloud.huaxiaerp.com') { this.showJump() } - //update-end--author:sunjianlei---date:20190508------for: 顶部导航栏过长时显示更多按钮----- }, created () { this.initSystemConfig() - if(window.location.host === 'cloud.huaxiaerp.vip' || window.location.host === 'cloud.huaxiaerp.com') { - this.isShowChange = true - } else { - this.isShowChange = false - } }, methods: { showJump() { @@ -153,7 +142,6 @@ toggle() { this.$emit('toggle') }, - //update-begin--author:sunjianlei---date:20190508------for: 顶部导航栏过长时显示更多按钮----- buildTopMenuStyle() { if (this.mode === 'topmenu') { if (this.device === 'mobile') { @@ -181,13 +169,11 @@ } }) }, - //update-begin--author:sunjianlei---date:20190508------for: 顶部导航栏过长时显示更多按钮----- } } \ No newline at end of file