Skip to content

Commit 3d2d037

Browse files
committed
map hk
1 parent 59bc354 commit 3d2d037

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

public/static/maps/shenyangHK.json

+1
Large diffs are not rendered by default.

src/viewsHK/dashboardA/portlet/echart-map.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ state.chartInstance.setOption(state.chartOption,true);
394394
}
395395
396396
onMounted(()=>{
397-
httpGetMap("/static/maps/","shenyangCN.json").then((res)=>{
397+
httpGetMap("/static/maps/","shenyangHK.json").then((res)=>{
398398
console.log("mapRes",res);
399399
state.chartData.alladcode=res;
400400
state.chartData.geoJson=res;

src/viewsHK/dashboardC/portlet/echart-map.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ state.chartInstance.setOption(state.chartOption,true);
394394
}
395395
396396
onMounted(()=>{
397-
httpGetMap("/static/maps/","shenyangCN.json").then((res)=>{
397+
httpGetMap("/static/maps/","shenyangHK.json").then((res)=>{
398398
console.log("mapRes",res);
399399
state.chartData.alladcode=res;
400400
state.chartData.geoJson=res;

src/viewsHK/dashboardD/portlet/echart-map.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ state.chartInstance.setOption(state.chartOption,true);
373373
}
374374
375375
onMounted(()=>{
376-
httpGetMap("/static/maps/","shenyangCN.json").then((res)=>{
376+
httpGetMap("/static/maps/","shenyangHK.json").then((res)=>{
377377
console.log("mapRes",res);
378378
state.chartData.alladcode=res;
379379
state.chartData.geoJson=res;

0 commit comments

Comments
 (0)