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