Commit 9aa24e00 by 苏咏卓

更新

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