This commit is contained in:
parent
296562a0cd
commit
584700303b
|
@ -53,7 +53,7 @@ const router = createRouter({
|
|||
{
|
||||
name: '首页地图',
|
||||
path: '/home/index/map',
|
||||
component: () => import('../view/sy_map.vue'),
|
||||
component: () => import('../view/sy_mapcopy.vue'),
|
||||
},
|
||||
{
|
||||
name: '首页表格',
|
||||
|
@ -65,11 +65,11 @@ const router = createRouter({
|
|||
path: '/home/index/table/details',
|
||||
component: () => import('../view/sy_details.vue'),
|
||||
},
|
||||
{
|
||||
name: '首页地图2',
|
||||
path: '/home/index/map2',
|
||||
component: () => import('../view/sy_mapcopy.vue'),
|
||||
},
|
||||
// {
|
||||
// name: '首页地图2',
|
||||
// path: '/home/index/map2',
|
||||
// component: () => import('../view/sy_mapcopy.vue'),
|
||||
// },
|
||||
]
|
||||
},
|
||||
]
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<div class="module">
|
||||
<div class="displayFlex left_bg">
|
||||
<div class="flex1">
|
||||
<div class="yd_title left_1" @click="goto('/home/index/table')">
|
||||
<div class="yd_title left_1">
|
||||
<div class="animate-border">
|
||||
<i></i>
|
||||
<i></i>
|
||||
|
@ -227,11 +227,7 @@
|
|||
<div class="sex">男性人口</div>
|
||||
<img class="sexMove" src="../assets/images/sy/sexImg.png" alt="" />
|
||||
</div>
|
||||
<div
|
||||
class="people_total_item2 center"
|
||||
@click="goto('/home/index/map')"
|
||||
style="cursor: pointer"
|
||||
>
|
||||
<div class="people_total_item2 center" style="cursor: pointer">
|
||||
<img src="../assets/images/sy/people_total.png" alt="" />
|
||||
<div class="number">{{ data.PopulationData.rkzs }}</div>
|
||||
<div class="total">人口总数</div>
|
||||
|
|
|
@ -2336,7 +2336,7 @@ const reset_font = () => {
|
|||
}
|
||||
};
|
||||
onMounted(() => {
|
||||
tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
|
||||
// tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
|
||||
reset_font();
|
||||
initMap();
|
||||
getData();
|
||||
|
|
Loading…
Reference in New Issue