Commit b7a0ad76 by Zhaoxuexia

首页数据修改及地图ak过期处理

parent 06568c36
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -22,7 +22,7 @@ h3, ...@@ -22,7 +22,7 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-weight: normal; font-weight: normal;
font-size: inherit; font-size: inherit;
} */ } */
...@@ -106,7 +106,7 @@ table { ...@@ -106,7 +106,7 @@ table {
} }
@font-face { @font-face {
font-family: PangMenZhengDao; font-family: PangMenZhengDao;
src: url(./庞门正道标题体.ttf); src: url(pang.TTF);
} }
@font-face { @font-face {
font-family: YouSheBiaoTiHei; font-family: YouSheBiaoTiHei;
......
...@@ -55,7 +55,7 @@ Vue.prototype.$echarts = echarts; ...@@ -55,7 +55,7 @@ Vue.prototype.$echarts = echarts;
Vue.prototype.$copy = func.copy; Vue.prototype.$copy = func.copy;
Vue.use(BaiduMap, { Vue.use(BaiduMap, {
// ak 是在百度地图开发者平台申请的密钥 详见 http://lbsyun.baidu.com/apiconsole/key */ // ak 是在百度地图开发者平台申请的密钥 详见 http://lbsyun.baidu.com/apiconsole/key */
ak: "j343ekSOoi2qcVRq14WKPNGYfzyS2hWo", ak: "N3yVkVWKOg8SKwPIBexA4YfcAXRWVhcn",
}); });
new Vue({ new Vue({
router, router,
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
class="bm-view" class="bm-view"
:center="center" :center="center"
:zoom="zoom" :zoom="zoom"
ak="j343ekSOoi2qcVRq14WKPNGYfzyS2hWo" ak="N3yVkVWKOg8SKwPIBexA4YfcAXRWVhcn"
:scroll-wheel-zoom="true" :scroll-wheel-zoom="true"
> >
<bm-boundary <bm-boundary
......
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
class="bm-view" class="bm-view"
:center="{ lng: '115.32 ', lat: '38.95' }" :center="{ lng: '115.32 ', lat: '38.95' }"
:zoom="10" :zoom="10"
ak="j343ekSOoi2qcVRq14WKPNGYfzyS2hWo" ak="N3yVkVWKOg8SKwPIBexA4YfcAXRWVhcn"
:scroll-wheel-zoom="true" :scroll-wheel-zoom="true"
> >
<bm-boundary <bm-boundary
......
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
class="bm-view" class="bm-view"
:center="{ lng: info.lng, lat: info.lat }" :center="{ lng: info.lng, lat: info.lat }"
:zoom="15" :zoom="15"
ak="j343ekSOoi2qcVRq14WKPNGYfzyS2hWo" ak="N3yVkVWKOg8SKwPIBexA4YfcAXRWVhcn"
:scroll-wheel-zoom="true" :scroll-wheel-zoom="true"
> >
<bm-marker <bm-marker
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
class="bm-view" class="bm-view"
:center="{ lng: info.lng, lat: info.lat }" :center="{ lng: info.lng, lat: info.lat }"
:zoom="15" :zoom="15"
ak="j343ekSOoi2qcVRq14WKPNGYfzyS2hWo" ak="N3yVkVWKOg8SKwPIBexA4YfcAXRWVhcn"
:scroll-wheel-zoom="true" :scroll-wheel-zoom="true"
> >
<bm-marker <bm-marker
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
class="bm-view" class="bm-view"
:center="{ lng: info.lng, lat: info.lat }" :center="{ lng: info.lng, lat: info.lat }"
:zoom="15" :zoom="15"
ak="j343ekSOoi2qcVRq14WKPNGYfzyS2hWo" ak="N3yVkVWKOg8SKwPIBexA4YfcAXRWVhcn"
:scroll-wheel-zoom="true" :scroll-wheel-zoom="true"
> >
<bm-marker <bm-marker
......
...@@ -768,23 +768,23 @@ ...@@ -768,23 +768,23 @@
<div class="enterprise"> <div class="enterprise">
<ul class="list-num11"> <ul class="list-num11">
<li> <li>
<span @click="goEpList(1)">上市企业:{{ table_dic.ssqy }}</span> <span @click="goEpList(1)">上市企业:{{ '1' || table_dic.ssqy }}</span>
<span @click="goEpList(2)"> <span @click="goEpList(2)">
满城区规模以上企业:354 满城区规模以上企业:151
<!-- {{ table_dic.gmys }} --> <!-- {{ table_dic.gmys }} -->
</span> </span>
</li> </li>
<li> <li>
<span @click="goEpList(3)">高新技术企业:{{ table_dic.gxjs }}</span> <span @click="goEpList(3)">高新技术企业:{{ '82' || table_dic.gxjs }}</span>
<span @click="goEpList(8)">开发区规模以上工业企业:70余家 </span> <span @click="goEpList(8)">开发区规模以上工业企业:70余家 </span>
</li> </li>
<li> <li>
<span @click="goEpList(5)">科技型中小企业:{{ table_dic.kjzx }}</span> <span @click="goEpList(5)">科技型中小企业:{{ '145' || table_dic.kjzx }}</span>
<span @click="goEpList(4)">专精特新中小企业:{{ table_dic.zjtx }}</span> <span @click="goEpList(4)">专精特新中小企业:{{ '54' || table_dic.zjtx }}</span>
</li> </li>
<li> <li>
<span @click="goEpList(7)"> 专精特新示范企业:8</span> <span @click="goEpList(7)"> 省级技术创新示范企业:2</span>
<span @click="goEpList(6)"> 创新型中小企业:72</span> <span @click="goEpList(6)"> 创新型中小企业:60</span>
</li> </li>
</ul> </ul>
</div> </div>
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
class="bm-view" class="bm-view"
:center="{ lng: 116.313481, lat: 39.983223 }" :center="{ lng: 116.313481, lat: 39.983223 }"
:zoom="20" :zoom="20"
ak="j343ekSOoi2qcVRq14WKPNGYfzyS2hWo" ak="N3yVkVWKOg8SKwPIBexA4YfcAXRWVhcn"
:scroll-wheel-zoom="true" :scroll-wheel-zoom="true"
> >
<!-- :mapStyle="mapStyle" --> <!-- :mapStyle="mapStyle" -->
......
...@@ -4,6 +4,7 @@ function resolve(dir) { ...@@ -4,6 +4,7 @@ function resolve(dir) {
} }
module.exports = { module.exports = {
productionSourceMap: false, productionSourceMap: false,
lintOnSave: false,
devServer: { devServer: {
port: 8080, port: 8080,
compress: true, compress: true,
......
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