Commit 9aa24e00 by 苏咏卓

更新

parent f61a3aa8
ENV = 'development'
# 接口地址
VUE_APP_BASE_API = 'http://124.227.197.29:8088/'
VUE_APP_WS_API = 'ws://124.227.197.29:8088'
VUE_APP_FILE_API = 'http://124.227.197.29:8088/'
#VUE_APP_BASE_API = 'http://172.18.99.142:9888/'
#VUE_APP_BASE_API = 'http://124.227.197.29:8088/'
#VUE_APP_WS_API = 'ws://124.227.197.29:8088'
#VUE_APP_FILE_API = 'http://124.227.197.29:8088/'
VUE_APP_BASE_API = 'http://172.18.99.142:9888/'
VUE_APP_WS_API = 'ws://124.227.197.29:8088'
VUE_APP_FILE_API = 'http://124.227.197.29:8088/'
# 是否启用 babel-plugin-dynamic-import-node插件
VUE_CLI_BABEL_TRANSPILE_MODULES = true
......@@ -151,10 +151,9 @@
<!-- <div class="titleHead">
当前选择:{{ address ? address : "广西全区" }}
</div> -->
<a class="returnInfos" @click="returnInfo" v-if="num != 0"
>返回上一级</a
>
<img class="returnInfos" src="./../../../assets/images/returns.png" @click="returnInfo" v-if="num != 0"/>
<div class="childWelfareMap" id="childWelfareMap"></div>
<img class="guideIcon" src="./../../../assets/images/guide.png" alt="">
</div>
</el-col>
</el-row>
......@@ -1079,17 +1078,38 @@ export default {
}
.returnInfos {
font-size: 16px;
color: #fff;
margin: 10px 30px 0 0;
display: flex;
justify-content: flex-end;
position: absolute;
bottom: 30px;
right: 30px;
width: 25px;
height: 25px;
z-index: 9999;
cursor:pointer
}
.returnInfos img {
width: 100%;
height: 100%;
}
.guideIcon {
display: flex;
justify-content: flex-end;
position: absolute;
top: 30px;
right: 10px;
width: 25px;
height: 25px;
z-index: 9999;
}
.guideIcon img {
width: 100%;
height: 100%;
}
.input {
width: 90%;
background-color: #082c61;
......
......@@ -179,10 +179,9 @@
<!-- <div class="titleHead">
当前选择:{{ address ? address : "广西全区" }}
</div> -->
<a class="returnInfos" @click="returnInfo" v-if="num != 0"
>返回上一级</a
>
<img class="returnInfos" src="./../../../assets/images/returns.png" @click="returnInfo" v-if="num != 0"/>
<div class="marriageMap" id="marriageMap"></div>
<img class="guideIcon" src="./../../../assets/images/guide.png" alt="">
</div>
</el-col>
</el-row>
......@@ -1141,17 +1140,38 @@ headerCellStyle(){
}
.returnInfos {
font-size: 16px;
color: #fff;
margin: 10px 30px 0 0;
display: flex;
justify-content: flex-end;
position: absolute;
bottom: 30px;
right: 30px;
width: 25px;
height: 25px;
z-index: 9999;
cursor:pointer
}
.returnInfos img {
width: 100%;
height: 100%;
}
.guideIcon {
display: flex;
justify-content: flex-end;
position: absolute;
top: 30px;
right: 10px;
width: 25px;
height: 25px;
z-index: 9999;
}
.guideIcon img {
width: 100%;
height: 100%;
}
.input {
width: 90%;
background-color: #082c61;
......
......@@ -84,7 +84,7 @@
<el-col :span="18">
<el-row :gutter="20">
<el-col :span="16">
<div>
<div class="positionBox">
<!-- <img
src="./../../../assets/images/01-左上角.png"
alt=""
......@@ -109,10 +109,9 @@
<!-- <div class="titleHead">
当前选择:{{ address ? address : "广西全区" }}
</div> -->
<a class="returnInfos" @click="returnInfo" v-if="num != 0"
>返回上一级</a
>
<img class="returnInfos" src="./../../../assets/images/returns.png" @click="returnInfo" v-if="num != 0"/>
<div class="mechanismMap" id="mechanismMap"></div>
<img class="guideIcon" src="./../../../assets/images/guide.png" alt="">
</div>
</el-col>
......@@ -1050,6 +1049,7 @@ export default {
}
.mechanismMap {
position: relative;
width: 100%;
height: 580px;
//background-color: #082c61;
......@@ -1096,19 +1096,43 @@ export default {
height: 818px;
background-color: #082c61;
}
.positionBox {
position: relative;
}
.returnInfos {
font-size: 16px;
color: #fff;
margin: 10px 30px 0 0;
display: flex;
justify-content: flex-end;
position: absolute;
bottom: 30px;
right: 30px;
width: 25px;
height: 25px;
z-index: 9999;
cursor:pointer
}
.returnInfos img {
width: 100%;
height: 100%;
}
.guideIcon {
display: flex;
justify-content: flex-end;
position: absolute;
top: 30px;
right: 10px;
width: 25px;
height: 25px;
z-index: 9999;
}
.guideIcon img {
width: 100%;
height: 100%;
}
.warningInfo {
top: 32px;
left: 10px;
......
......@@ -124,7 +124,7 @@
<el-col :span="12">
<el-row :gutter="20">
<el-col :span="24"
><div >
><div>
<!-- <img
src="./../../../assets/images/01-左上角.png"
alt=""
......@@ -148,10 +148,9 @@
<!-- <div class="titleHead">
当前选择:{{ address ? address : "广西全区" }}
</div> -->
<a class="returnInfos" @click="returnInfo" v-if="num != 0"
>返回上一级</a
>
<img class="returnInfos" src="./../../../assets/images/returns.png" @click="returnInfo" v-if="num != 0"/>
<div class="populationMap" id="populationMap"></div>
<img class="guideIcon" src="./../../../assets/images/guide.png" alt="">
</div>
</el-col>
</el-row>
......@@ -1487,17 +1486,38 @@ export default {
}
.returnInfos {
font-size: 16px;
color: #fff;
margin: 10px 30px 0 0;
display: flex;
justify-content: flex-end;
position: absolute;
bottom: 30px;
right: 30px;
width: 25px;
height: 25px;
z-index: 9999;
cursor:pointer
}
.returnInfos img {
width: 100%;
height: 100%;
}
.guideIcon {
display: flex;
justify-content: flex-end;
position: absolute;
top: 30px;
right: 10px;
width: 25px;
height: 25px;
z-index: 9999;
}
.guideIcon img {
width: 100%;
height: 100%;
}
.sizeFlex {
display: flex;
justify-content: center;
......
......@@ -126,10 +126,9 @@
<!-- <div class="titleHead">
当前选择:{{ address ? address : "广西全区" }}
</div> -->
<a class="returnInfos" @click="returnInfo" v-if="num != 0"
>返回上一级</a
>
<img class="returnInfos" src="./../../../assets/images/returns.png" @click="returnInfo" v-if="num != 0"/>
<div class="provideMap" id="provideMap"></div>
<img class="guideIcon" src="./../../../assets/images/guide.png" alt="">
</div>
</el-col>
</el-row>
......@@ -969,17 +968,38 @@ export default {
}
.returnInfos {
font-size: 16px;
color: #fff;
margin: 10px 30px 0 0;
display: flex;
justify-content: flex-end;
position: absolute;
bottom: 30px;
right: 30px;
width: 25px;
height: 25px;
z-index: 9999;
cursor:pointer
}
.returnInfos img {
width: 100%;
height: 100%;
}
.guideIcon {
display: flex;
justify-content: flex-end;
position: absolute;
top: 30px;
right: 10px;
width: 25px;
height: 25px;
z-index: 9999;
}
.guideIcon img {
width: 100%;
height: 100%;
}
.input {
width: 90%;
background-color: #082c61;
......
......@@ -206,10 +206,9 @@
<!-- <div class="titleHead">
当前选择:{{ address ? address : "广西全区" }}
</div> -->
<a class="returnInfos" @click="returnInfo" v-if="num != 0"
>返回上一级</a
>
<img class="returnInfos" src="./../../../assets/images/returns.png" @click="returnInfo" v-if="num != 0"/>
<div class="socialAssistanceMap" id="socialAssistanceMap"></div>
<img class="guideIcon" src="./../../../assets/images/guide.png" alt="">
<!-- </div> -->
</el-col>
</el-row>
......@@ -1222,17 +1221,38 @@ export default {
}
.returnInfos {
font-size: 16px;
color: #fff;
margin: 10px 30px 0 0;
display: flex;
justify-content: flex-end;
position: absolute;
bottom: 30px;
right: 30px;
width: 25px;
height: 25px;
z-index: 9999;
cursor:pointer
}
.returnInfos img {
width: 100%;
height: 100%;
}
.guideIcon {
display: flex;
justify-content: flex-end;
position: absolute;
top: 30px;
right: 10px;
width: 25px;
height: 25px;
z-index: 9999;
}
.guideIcon img {
width: 100%;
height: 100%;
}
.search {
width: 90%;
height: 30px;
......
......@@ -172,13 +172,12 @@
<!-- <div class="titleHead">
当前选择:{{ address ? address : "广西全区" }}
</div> -->
<a class="returnInfos" @click="returnInfo" v-if="num != 0"
>返回上一级</a
>
<img class="returnInfos" src="./../../../assets/images/returns.png" @click="returnInfo" v-if="num != 0"/>
<div
class="socialOrganizationMap"
id="socialOrganizationMap"
></div>
<img class="guideIcon" src="./../../../assets/images/guide.png" alt="">
</div>
</el-col>
</el-row>
......@@ -1079,17 +1078,38 @@ export default {
}
.returnInfos {
font-size: 16px;
color: #fff;
margin: 10px 30px 0 0;
display: flex;
justify-content: flex-end;
position: absolute;
bottom: 30px;
right: 30px;
width: 25px;
height: 25px;
z-index: 9999;
cursor:pointer
}
.returnInfos img {
width: 100%;
height: 100%;
}
.guideIcon {
display: flex;
justify-content: flex-end;
position: absolute;
top: 30px;
right: 10px;
width: 25px;
height: 25px;
z-index: 9999;
}
.guideIcon img {
width: 100%;
height: 100%;
}
.input {
width: 90%;
background-color: #082c61;
......
......@@ -131,10 +131,9 @@
<div class="titleHead">
当前选择:{{ address ? address : "广西全区" }}
</div> -->
<a class="returnInfos" @click="returnInfo" v-if="num != 0"
>返回上一级</a
>
<img class="returnInfos" src="./../../../assets/images/returns.png" @click="returnInfo" v-if="num != 0"/>
<div class="subsidiesMap" id="subsidiesMap"></div>
<img class="guideIcon" src="./../../../assets/images/guide.png" alt="">
</div>
</el-col>
</el-row>
......@@ -1069,17 +1068,38 @@ export default {
}
.returnInfos {
font-size: 16px;
color: #fff;
margin: 10px 30px 0 0;
display: flex;
justify-content: flex-end;
position: absolute;
bottom: 30px;
right: 30px;
width: 25px;
height: 25px;
z-index: 9999;
cursor:pointer
}
.returnInfos img {
width: 100%;
height: 100%;
}
.guideIcon {
display: flex;
justify-content: flex-end;
position: absolute;
top: 30px;
right: 10px;
width: 25px;
height: 25px;
z-index: 9999;
}
.guideIcon img {
width: 100%;
height: 100%;
}
.input {
width: 90%;
background-color: #082c61;
......
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 to comment