Commit b75bec94 by 严立

LL - 正式联系方式修改

parent 37498856
let output = {
// 开发路径
// base: 'http://bid-server.meiqicloud.com/',
// resources: 'http://bid-web.meiqicloud.com/',
// agentSignIn: 'http://bid-vue.meiqicloud.com/'
// 测试环境
// base: '/Api/',
// resources: 'http://bid-web.meiqicloud.com',
// agentSignIn: 'http://bid-vue.meiqicloud.com/'
// 正式环境
base: '/Api/',
resources: 'https://www.fjbidding.com',
agentSignIn: 'https://www.fjbidding.com/admin/'
}
output.uploadFile = output.base + 'bid/common/webupload/upload'
let output = {
// 开发路径
// base: 'http://bid-server.meiqicloud.com/',
// resources: 'http://bid-web.meiqicloud.com/',
// agentSignIn: 'http://bid-vue.meiqicloud.com/'
// 测试环境
// base: '/Api/',
// resources: 'http://bid-web.meiqicloud.com',
// agentSignIn: 'http://bid-vue.meiqicloud.com/'
// 正式环境
base: '/Api/',
resources: 'https://www.fjbidding.com',
agentSignIn: 'https://www.fjbidding.com/admin/'
}
output.uploadFile = output.base + 'bid/common/webupload/upload'
export default output
\ No newline at end of file
<template>
<!-- 通用组件 - 底部 -->
<div class="components-footer col align-c">
<!-- <div class="line"></div> -->
<div class="global-maxwidth row con-b align-s">
<div class="company-info">
<div class="logo">
<img src="../assets/logo@2x.png" alt="">
</div>
<div>
<p>地址:厦门市思明区创想中心A座1801单元</p>
<p>联系电话:0592-5859311</p>
</div>
</div>
<div class="other-link row">
<div class="other-link-item">
<span>采购服务</span>
<span>发布招标采购信息</span>
<span>网上竞价</span>
<span>其他采购服务</span>
</div>
<div class="other-link-item">
<span>供应商服务</span>
<span>供应商入驻</span>
<span>招标采购信息推送</span>
<span>竞价采购</span>
</div>
<div class="other-link-item">
<span>招标资讯</span>
<span class="valid" @click="$router.push('/policy')">政策法规</span>
<span class="valid" @click="$router.push('/trends')">招标动态</span>
</div>
<div class="other-link-item">
<span>特色服务</span>
<span class="valid" @click="$router.push('/question')">在线咨询</span>
<span class="valid"><a href="https://banyan.xmhy.ltd/" target="view_window">法律服务</a></span>
</div>
</div>
<div class="follow-us col">
<div class="other-link-item row con-c">
<span>关注我们</span>
</div>
<el-image :src="imageCode" fit="fit"></el-image>
</div>
</div>
<div class="record-info global-maxwidth row con-c align-c">
<span>©2020</span>
<span>建信发展(厦门)采购招标有限公司</span>
<span><a href="http://www.beian.miit.gov.cn/" target="view_window">备案号:闽ICP备18026805号-4</a></span>
</div>
</div>
</template>
<script>
import iImageLogo from '../assets/logo@2x.png'
import iImageCode from '../assets/code.png'
export default {
name: 'componentsFooter',
data () {
return {
imageLogo: iImageLogo,
imageCode: iImageCode,
}
},
}
</script>
<style lang="less">
.components-footer {
width: 100%;
min-height: 260px;
padding-top: 40px;
background-image: url('~@/assets/bg-05.png');
.line {
width: 100%;
height: 4px;
margin-bottom: 48px;
background-image: linear-gradient(90deg, #00468C, #CF2F1D);
}
.company-info {
flex-grow: 1;
font-size: @fontSize01;
color: #666666;
p {
margin-top: 10px;
}
.logo {
margin-bottom: 16px;
img {
width: 400px;
height: 40px;
}
}
}
.other-link {
min-height: 168px;
.other-link-item {
width: 160px;
font-size: @fontSize01;
color: #666666;
span {
display: block;
margin-bottom: 4px;
cursor: default;
}
span:nth-child(1) {
margin-bottom: 20px;
font-size: @fontSize02;
font-weight: 800;
color: #000000;
}
a {
text-decoration: none;
color: #666666;
}
.valid {
cursor: pointer;
}
}
}
.follow-us {
margin-bottom: 28px;
.el-image {
width: 96px;
height: 96px;
}
.other-link-item {
width: 96px;
font-size: @fontSize01;
color: #666666;
span {
display: block;
margin-bottom: 4px;
}
span:nth-child(1) {
margin-bottom: 20px;
font-size: @fontSize02;
font-weight: 800;
color: #000000;
}
}
}
.record-info {
height: 50px;
border-top: 1px #DDDDDD solid;
a,
span {
margin: 0 6px;
font-size: @fontSize00;
color: #888888;
text-decoration: none;
}
}
}
</style>
<template>
<!-- 通用组件 - 底部 -->
<div class="components-footer col align-c">
<!-- <div class="line"></div> -->
<div class="global-maxwidth row con-b align-s">
<div class="company-info">
<div class="logo">
<img src="../assets/logo@2x.png" alt="">
</div>
<div>
<p>地址:厦门市思明区创想中心A座1801单元</p>
<p>联系电话:0592-5856311</p>
</div>
</div>
<div class="other-link row">
<div class="other-link-item">
<span>采购服务</span>
<span>发布招标采购信息</span>
<span>网上竞价</span>
<span>其他采购服务</span>
</div>
<div class="other-link-item">
<span>供应商服务</span>
<span>供应商入驻</span>
<span>招标采购信息推送</span>
<span>竞价采购</span>
</div>
<div class="other-link-item">
<span>招标资讯</span>
<span class="valid" @click="$router.push('/policy')">政策法规</span>
<span class="valid" @click="$router.push('/trends')">招标动态</span>
</div>
<div class="other-link-item">
<span>特色服务</span>
<span class="valid" @click="$router.push('/question')">在线咨询</span>
<span class="valid"><a href="https://banyan.xmhy.ltd/" target="view_window">法律服务</a></span>
</div>
</div>
<div class="follow-us col">
<div class="other-link-item row con-c">
<span>关注我们</span>
</div>
<el-image :src="imageCode" fit="fit"></el-image>
</div>
</div>
<div class="record-info global-maxwidth row con-c align-c">
<span>©2020</span>
<span>建信发展(厦门)采购招标有限公司</span>
<span><a href="http://www.beian.miit.gov.cn/" target="view_window">备案号:闽ICP备18026805号-4</a></span>
</div>
</div>
</template>
<script>
import iImageLogo from '../assets/logo@2x.png'
import iImageCode from '../assets/code.png'
export default {
name: 'componentsFooter',
data () {
return {
imageLogo: iImageLogo,
imageCode: iImageCode,
}
},
}
</script>
<style lang="less">
.components-footer {
width: 100%;
min-height: 260px;
padding-top: 40px;
background-image: url('~@/assets/bg-05.png');
.line {
width: 100%;
height: 4px;
margin-bottom: 48px;
background-image: linear-gradient(90deg, #00468C, #CF2F1D);
}
.company-info {
flex-grow: 1;
font-size: @fontSize01;
color: #666666;
p {
margin-top: 10px;
}
.logo {
margin-bottom: 16px;
img {
width: 400px;
height: 40px;
}
}
}
.other-link {
min-height: 168px;
.other-link-item {
width: 160px;
font-size: @fontSize01;
color: #666666;
span {
display: block;
margin-bottom: 4px;
cursor: default;
}
span:nth-child(1) {
margin-bottom: 20px;
font-size: @fontSize02;
font-weight: 800;
color: #000000;
}
a {
text-decoration: none;
color: #666666;
}
.valid {
cursor: pointer;
}
}
}
.follow-us {
margin-bottom: 28px;
.el-image {
width: 96px;
height: 96px;
}
.other-link-item {
width: 96px;
font-size: @fontSize01;
color: #666666;
span {
display: block;
margin-bottom: 4px;
}
span:nth-child(1) {
margin-bottom: 20px;
font-size: @fontSize02;
font-weight: 800;
color: #000000;
}
}
}
.record-info {
height: 50px;
border-top: 1px #DDDDDD solid;
a,
span {
margin: 0 6px;
font-size: @fontSize00;
color: #888888;
text-decoration: none;
}
}
}
</style>
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment