提交 87b45ad5 authored 作者: lihuihui's avatar lihuihui

合并分支,修改差异文件

上级 71468e8c
...@@ -4,9 +4,11 @@ ...@@ -4,9 +4,11 @@
<div class="head-top-content"> <div class="head-top-content">
<div class="max-width-content"> <div class="max-width-content">
<img <img
:src="$cookies.get('lang') == 'en-US' :src="
? 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/en-logo.png' $cookies.get('lang') == 'en-US'
: 'https://zws-imgs-pub.ezijing.com/static/public/0411340f9306b908eda54b5d66668f50.png'" ? 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/en-logo.png'
: 'https://zws-imgs-pub.ezijing.com/static/public/0411340f9306b908eda54b5d66668f50.png'
"
alt="" alt=""
@click="goPage('/')" @click="goPage('/')"
/> />
...@@ -147,18 +149,6 @@ export default { ...@@ -147,18 +149,6 @@ export default {
name: this.$t('menu.servicesChild.online'), name: this.$t('menu.servicesChild.online'),
isShow: false, isShow: false,
childern: [ childern: [
{
name: this.$t('menu.servicesChild.onlineChild.design'),
pathType: 3
},
{
name: this.$t('menu.servicesChild.onlineChild.support'),
pathType: 3
},
{
name: this.$t('menu.servicesChild.onlineChild.joint'),
pathType: 3
},
{ {
name: '核心能力概括', name: '核心能力概括',
path: '/services/solution' path: '/services/solution'
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论