fix: 更新联系方式。
This commit is contained in:
BIN
src/assets/img/qrcode.png
Normal file
BIN
src/assets/img/qrcode.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 48 KiB |
@@ -1,5 +1,8 @@
|
||||
<template>
|
||||
<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">
|
||||
|
||||
<a href="https://beian.miit.gov.cn/" target="_blank"> 鲁ICP备2024118666号-1</a>
|
||||
@@ -7,11 +10,11 @@
|
||||
</div>
|
||||
|
||||
<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"> .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"> .All rights reserved</a>
|
||||
<br>
|
||||
|
||||
</p>
|
||||
|
||||
|
||||
</footer>
|
||||
</template>
|
||||
<script>
|
||||
|
||||
BIN
src/components/img/qrcode.png
Normal file
BIN
src/components/img/qrcode.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 48 KiB |
@@ -3,7 +3,7 @@
|
||||
<zui-header>
|
||||
<logo type="xiaoyanyun" href="/"></logo>
|
||||
<h4 class="zui-logo-text">
|
||||
<a href="http://152.136.151.187:8080/admin/" target="_blank">| 记账</a><a href="http://152.136.151.187:82/#/" target="_blank">专家</a>
|
||||
<a href="http://152.136.151.187:8080/intc/" target="_blank">| 记账</a><a href="http://152.136.151.187:82/#/" target="_blank">专家</a>
|
||||
<br/>| 健康帮手
|
||||
</h4>
|
||||
<div v-show="mobileShow" class="rightcol" @click="openMenu" style="color: #0b8ba5;">◄目录►</div>
|
||||
@@ -128,7 +128,7 @@
|
||||
},
|
||||
width: '40%', // 设置宽度
|
||||
list: [ // 设置下拉列表数据和对应的点击事件
|
||||
{text: '首页', action: this.gocallus},
|
||||
{text: '首页', action: this.gohome},
|
||||
{text: '记账平台', action: this.goinvest},
|
||||
{text: '健康档案', action: this.gohealth},
|
||||
{text: '资料下载', action: this.goresource},
|
||||
@@ -157,6 +157,9 @@
|
||||
openMenu: function () {
|
||||
this.$refs.droplist.show()
|
||||
},
|
||||
gohome: function () {
|
||||
this.$router.push({path:'/'})
|
||||
},
|
||||
gocallus: function () {
|
||||
this.$router.push({path:'/callus'})
|
||||
},
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<zui-header>
|
||||
<logo type="xiaoyanyun" href="/"></logo>
|
||||
<h4 class="zui-logo-text">
|
||||
<a href="http://152.136.151.187:8080/admin/" target="_blank">| 记账</a><a href="http://152.136.151.187:82/#/" target="_blank">专家</a>
|
||||
<a href="http://152.136.151.187:8080/intc/" target="_blank">| 记账</a><a href="http://152.136.151.187:82/#/" target="_blank">专家</a>
|
||||
<br/>| 健康帮手
|
||||
</h4>
|
||||
<div v-show="mobileShow" class="rightcol" @click="openMenu" style="color: #0b8ba5;">◄目录►</div>
|
||||
@@ -25,18 +25,30 @@
|
||||
</h3>
|
||||
</div>
|
||||
<div class="features">
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<img :src="feature1"/>
|
||||
<h4>联系方式</h4>
|
||||
<p>17753252359</p>
|
||||
<h4>微信公众号</h4>
|
||||
</br>
|
||||
<p>intc126</p></br>
|
||||
<p>智聪记账</p>
|
||||
</li>
|
||||
<li>
|
||||
<img :src="feature2"/>
|
||||
<h4>微信</h4>
|
||||
<p>intcqd</p>
|
||||
<h4>智聪科技客服</h4></br>
|
||||
<p>intcqd</p></br>
|
||||
<p>17753252359</p></br>
|
||||
<p>智聪科技</p>
|
||||
</li>
|
||||
<li>
|
||||
|
||||
</li>
|
||||
</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>
|
||||
<zui-footer/>
|
||||
</page>
|
||||
@@ -74,7 +86,7 @@
|
||||
},
|
||||
width: '40%', // 设置宽度
|
||||
list: [ // 设置下拉列表数据和对应的点击事件
|
||||
{text: '首页', action: this.gocallus},
|
||||
{text: '首页', action: this.gohome},
|
||||
{text: '记账平台', action: this.goinvest},
|
||||
{text: '健康档案', action: this.gohealth},
|
||||
{text: '资料下载', action: this.goresource},
|
||||
@@ -103,6 +115,9 @@
|
||||
openMenu: function () {
|
||||
this.$refs.droplist.show()
|
||||
},
|
||||
gohome: function () {
|
||||
this.$router.push({path:'/'})
|
||||
},
|
||||
gocallus: function () {
|
||||
this.$router.push({path:'/callus'})
|
||||
},
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<zui-header>
|
||||
<logo type="xiaoyanyun" href="/"></logo>
|
||||
<h4 class="zui-logo-text">
|
||||
<a href="http://152.136.151.187:8080/admin/" target="_blank">| 记账</a><a href="http://152.136.151.187:82/#/" target="_blank">专家</a>
|
||||
<a href="http://152.136.151.187:8080/intc/" target="_blank">| 记账</a><a href="http://152.136.151.187:82/#/" target="_blank">专家</a>
|
||||
<br/>| 健康帮手
|
||||
</h4>
|
||||
<div v-show="mobileShow" class="rightcol" @click="openMenu" style="color: #0b8ba5;">◄目录►</div>
|
||||
@@ -80,7 +80,7 @@
|
||||
},
|
||||
width: '40%', // 设置宽度
|
||||
list: [ // 设置下拉列表数据和对应的点击事件
|
||||
{text: '首页', action: this.gocallus},
|
||||
{text: '首页', action: this.gohome},
|
||||
{text: '记账平台', action: this.goinvest},
|
||||
{text: '健康档案', action: this.gohealth},
|
||||
{text: '资料下载', action: this.goresource},
|
||||
@@ -109,6 +109,9 @@
|
||||
openMenu: function () {
|
||||
this.$refs.droplist.show()
|
||||
},
|
||||
gohome: function () {
|
||||
this.$router.push({path:'/'})
|
||||
},
|
||||
gocallus: function () {
|
||||
this.$router.push({path:'/callus'})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user