给系统更名为管伊佳ERP

This commit is contained in:
jishenghua 2024-07-19 00:17:36 +08:00
parent 15c1ff3a0f
commit 85e67b1d8a
5 changed files with 21 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -63,7 +63,6 @@
<a-button key="back" @click="handleMiniProgramCancel">取消</a-button>
</template>
<div class="platform-modal"><img src="/static/weixin-code.png" style="width:200px;" /></div>
<div style="text-align:center"><b>管伊佳ERP</b>为华夏ERP旗下产品</div>
</a-modal>
</div>
</template>

View File

@ -14,6 +14,7 @@
<span v-if="device === 'desktop'" class="company-name">{{ companyName }}</span>
<span v-else>{{ systemTitle }}</span>
<span class="change-title" v-if="isShowChange">华夏ERP正式更名为管伊佳ERP请尽快使用新网址<a href="https://cloud.gyjerp.com" target="_blank">https://cloud.gyjerp.com</a></span>
<user-menu :theme="theme" @searchGlobalHeader="searchGlobalHeader" />
</div>
@ -87,6 +88,7 @@
headerBarFixed: false,
systemTitle: window.SYS_TITLE,
companyName: '',
isShowChange: false,
//update-begin--author:sunjianlei---date:20190508------for: 顶部导航栏过长时显示更多按钮-----
topMenuStyle: {
headerIndexLeft: {},
@ -121,6 +123,11 @@
},
created () {
this.initSystemConfig()
if(window.location.host === 'cloud.huaxiaerp.vip' || window.location.host === 'cloud.huaxiaerp.com') {
this.isShowChange = true
} else {
this.isShowChange = false
}
},
methods: {
handleScroll() {
@ -228,6 +235,18 @@
padding-left:16px
}
.change-title {
font-size:14px;
padding-left:16px;
color:yellow;
}
.change-title a {
font-size:14px;
color:yellow;
text-decoration:underline;
}
/* update_end author:scott date:20190220 for: 缩小首页布局顶部的高度*/
</style>

View File

@ -3,7 +3,7 @@
<span class="action" v-if="showAd">
<a v-if="theme==='light'" class="ad_title" target="_blank" :href="payFeeUrl">
<a-icon type="cloud" theme="filled" style="color: yellow; font-size: 16px; line-height: 16px;" />
<span>华夏ERP网络版158元1年</span>
<span>管伊佳ERP网络版158元1年</span>
</a>
</span>
<!-- update_begin author:zhaoxin date:20191129 for: 做头部菜单栏导航 -->

View File

@ -131,7 +131,7 @@
<div slot="content">
<img src="/static/weixin.jpg" style="width:258px" />
</div>
<a-button type="link" v-if="showWeixinSpan()">华夏ERP微信小程序</a-button>
<a-button type="link" v-if="showWeixinSpan()">管伊佳ERP微信小程序</a-button>
</a-popover>
&copy; 2015-2030 {{systemTitle}} V3.3
</div>