From ce4e02bc3404ad2ffe8d19591247c029d6379454 Mon Sep 17 00:00:00 2001
From: jishenghua <752718920@qq.com>
Date: Mon, 26 Aug 2024 23:59:05 +0800
Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=A4=9A=E4=BD=99=E7=9A=84?=
=?UTF-8?q?=E6=8A=AC=E5=A4=B4=E7=B3=BB=E7=BB=9F=E6=8F=90=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
jshERP-web/src/components/page/GlobalHeader.vue | 16 ----------------
1 file changed, 16 deletions(-)
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