yujialong 8 months ago
parent ecb2c438ef
commit 76e3471917
  1. BIN
      src/assets/images/style/74.png
  2. BIN
      src/assets/images/style/77.png
  3. 1
      src/const/modules.js
  4. 6
      src/layouts/navbar/index.vue
  5. 40
      src/pages/column/page/aboutUs.vue

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

@ -780,6 +780,7 @@ export default {
},
]
},
{
type: 'form',
forms: [

@ -193,7 +193,11 @@ export default {
{
index: '/seo',
title: 'SEO管理'
}
},
// {
// index: '/seo',
// title: ''
// }
]
}
],

@ -293,6 +293,46 @@
</div>
</div>
<div class="tool">
<div class="item wechat"></div>
<div class="popup wechat-popup">
<p class="tips">微信扫码添加职站售前咨询</p>
<p class="des">提供付费咨询及解决方案</p>
<img width="150"
src="https://huorantech.com/images/index/customer.png"
alt="">
</div>
<div class="item tel"></div>
<div class="popup tel-popup">
<div class="tel-inner">
<div class="line">
<div>
<img class="icon"
src="https://huorantech.com/images/index/tel-2.png"
alt="">
</div>
<div class="text">
<p class="title">售前咨询</p>
<p class="tel-num"
style="margin-bottom: 5px">郭老师</p>
<p class="tel-num">17671782660</p>
</div>
</div>
<div class="line">
<div>
<img class="icon"
src="https://huorantech.com/images/index/sug.png"
alt="">
</div>
<div class="text">
<p class="title">咨询建议与反馈</p>
<p class="des">您的每一条建议声音我们都认真对待</p>
</div>
</div>
</div>
</div>
</div>
<Module ref="module"
:data.sync="curData"
:visible.sync="diaVisible"

Loading…
Cancel
Save