fix: 更新联系方式。

This commit is contained in:
tianyongbao
2024-10-22 13:56:18 +08:00
parent 3ce788a3fc
commit 4a6225051e
6 changed files with 36 additions and 12 deletions

BIN
src/assets/img/qrcode.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

@@ -1,5 +1,8 @@
<template> <template>
<footer class="zui-footer"> <footer class="zui-footer">
<div style="display: flex;justify-content: center; align-items: center;">
<img src ="../assets/img/qrcode.png" width="270" height="155">
</div>
<div class="links"> <div class="links">
<a href="https://beian.miit.gov.cn/" target="_blank"> 鲁ICP备2024118666号-1</a> <a href="https://beian.miit.gov.cn/" target="_blank"> 鲁ICP备2024118666号-1</a>
@@ -7,11 +10,11 @@
</div> </div>
<p class="copy-right"> <p class="copy-right">
<a class="copy-right" href="http://152.136.151.187:8080/admin/" target="_blank">Copyright</a> 2024 青岛智聪科技股份有限公司<a class="copy-right" href="http://152.136.151.187:82/#/" target="_blank">&nbsp;.All rights reserved</a> <a class="copy-right" href="http://152.136.151.187:8080/intc/" target="_blank">Copyright</a> 2024 青岛智聪科技股份有限公司<a class="copy-right" href="http://152.136.151.187:82/#/" target="_blank">&nbsp;.All rights reserved</a>
<br> <br>
</p> </p>
</footer> </footer>
</template> </template>
<script> <script>

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

@@ -3,7 +3,7 @@
<zui-header> <zui-header>
<logo type="xiaoyanyun" href="/"></logo> <logo type="xiaoyanyun" href="/"></logo>
<h4 class="zui-logo-text"> <h4 class="zui-logo-text">
<a href="http://152.136.151.187:8080/admin/" target="_blank">|&nbsp;&nbsp;记账</a><a href="http://152.136.151.187:82/#/" target="_blank">专家</a> <a href="http://152.136.151.187:8080/intc/" target="_blank">|&nbsp;&nbsp;记账</a><a href="http://152.136.151.187:82/#/" target="_blank">专家</a>
<br/>|&nbsp;&nbsp;健康帮手 <br/>|&nbsp;&nbsp;健康帮手
</h4> </h4>
<div v-show="mobileShow" class="rightcol" @click="openMenu" style="color: #0b8ba5;">目录</div> <div v-show="mobileShow" class="rightcol" @click="openMenu" style="color: #0b8ba5;">目录</div>
@@ -128,7 +128,7 @@
}, },
width: '40%', // 设置宽度 width: '40%', // 设置宽度
list: [ // 设置下拉列表数据和对应的点击事件 list: [ // 设置下拉列表数据和对应的点击事件
{text: '首页', action: this.gocallus}, {text: '首页', action: this.gohome},
{text: '记账平台', action: this.goinvest}, {text: '记账平台', action: this.goinvest},
{text: '健康档案', action: this.gohealth}, {text: '健康档案', action: this.gohealth},
{text: '资料下载', action: this.goresource}, {text: '资料下载', action: this.goresource},
@@ -157,6 +157,9 @@
openMenu: function () { openMenu: function () {
this.$refs.droplist.show() this.$refs.droplist.show()
}, },
gohome: function () {
this.$router.push({path:'/'})
},
gocallus: function () { gocallus: function () {
this.$router.push({path:'/callus'}) this.$router.push({path:'/callus'})
}, },

View File

@@ -3,7 +3,7 @@
<zui-header> <zui-header>
<logo type="xiaoyanyun" href="/"></logo> <logo type="xiaoyanyun" href="/"></logo>
<h4 class="zui-logo-text"> <h4 class="zui-logo-text">
<a href="http://152.136.151.187:8080/admin/" target="_blank">|&nbsp;&nbsp;记账</a><a href="http://152.136.151.187:82/#/" target="_blank">专家</a> <a href="http://152.136.151.187:8080/intc/" target="_blank">|&nbsp;&nbsp;记账</a><a href="http://152.136.151.187:82/#/" target="_blank">专家</a>
<br/>|&nbsp;&nbsp;健康帮手 <br/>|&nbsp;&nbsp;健康帮手
</h4> </h4>
<div v-show="mobileShow" class="rightcol" @click="openMenu" style="color: #0b8ba5;">目录</div> <div v-show="mobileShow" class="rightcol" @click="openMenu" style="color: #0b8ba5;">目录</div>
@@ -25,18 +25,30 @@
</h3> </h3>
</div> </div>
<div class="features"> <div class="features">
<ul> <ul>
<li> <li>
<img :src="feature1"/> <img :src="feature1"/>
<h4>联系方式</h4> <h4>微信公众号</h4>
<p>17753252359</p> </br>
<p>intc126</p></br>
<p>智聪记账</p>
</li> </li>
<li> <li>
<img :src="feature2"/> <img :src="feature2"/>
<h4>微信</h4> <h4>智聪科技客服</h4></br>
<p>intcqd</p> <p>intcqd</p></br>
<p>17753252359</p></br>
<p>智聪科技</p>
</li>
<li>
</li> </li>
</ul> </ul>
<!-- <div style="display: flex;justify-content: center; align-items: center;margin-top:-210px;margin-left:320px;">
<img src ="../assets/img/qrcode.png" width="270" height="155">
</div> -->
</div> </div>
<zui-footer/> <zui-footer/>
</page> </page>
@@ -74,7 +86,7 @@
}, },
width: '40%', // 设置宽度 width: '40%', // 设置宽度
list: [ // 设置下拉列表数据和对应的点击事件 list: [ // 设置下拉列表数据和对应的点击事件
{text: '首页', action: this.gocallus}, {text: '首页', action: this.gohome},
{text: '记账平台', action: this.goinvest}, {text: '记账平台', action: this.goinvest},
{text: '健康档案', action: this.gohealth}, {text: '健康档案', action: this.gohealth},
{text: '资料下载', action: this.goresource}, {text: '资料下载', action: this.goresource},
@@ -103,6 +115,9 @@
openMenu: function () { openMenu: function () {
this.$refs.droplist.show() this.$refs.droplist.show()
}, },
gohome: function () {
this.$router.push({path:'/'})
},
gocallus: function () { gocallus: function () {
this.$router.push({path:'/callus'}) this.$router.push({path:'/callus'})
}, },

View File

@@ -3,7 +3,7 @@
<zui-header> <zui-header>
<logo type="xiaoyanyun" href="/"></logo> <logo type="xiaoyanyun" href="/"></logo>
<h4 class="zui-logo-text"> <h4 class="zui-logo-text">
<a href="http://152.136.151.187:8080/admin/" target="_blank">|&nbsp;&nbsp;记账</a><a href="http://152.136.151.187:82/#/" target="_blank">专家</a> <a href="http://152.136.151.187:8080/intc/" target="_blank">|&nbsp;&nbsp;记账</a><a href="http://152.136.151.187:82/#/" target="_blank">专家</a>
<br/>|&nbsp;&nbsp;健康帮手 <br/>|&nbsp;&nbsp;健康帮手
</h4> </h4>
<div v-show="mobileShow" class="rightcol" @click="openMenu" style="color: #0b8ba5;">目录</div> <div v-show="mobileShow" class="rightcol" @click="openMenu" style="color: #0b8ba5;">目录</div>
@@ -80,7 +80,7 @@
}, },
width: '40%', // 设置宽度 width: '40%', // 设置宽度
list: [ // 设置下拉列表数据和对应的点击事件 list: [ // 设置下拉列表数据和对应的点击事件
{text: '首页', action: this.gocallus}, {text: '首页', action: this.gohome},
{text: '记账平台', action: this.goinvest}, {text: '记账平台', action: this.goinvest},
{text: '健康档案', action: this.gohealth}, {text: '健康档案', action: this.gohealth},
{text: '资料下载', action: this.goresource}, {text: '资料下载', action: this.goresource},
@@ -109,6 +109,9 @@
openMenu: function () { openMenu: function () {
this.$refs.droplist.show() this.$refs.droplist.show()
}, },
gohome: function () {
this.$router.push({path:'/'})
},
gocallus: function () { gocallus: function () {
this.$router.push({path:'/callus'}) this.$router.push({path:'/callus'})
}, },