This commit is contained in:
13713575202 2025-04-30 15:32:58 +08:00
commit 6765887f71
2 changed files with 4 additions and 4 deletions

View File

@ -36,7 +36,7 @@ let homeList = reactive([
imgstyle: 'width:100px;height:100px',
},
{
title: '产业运营平台',
title: '农业产业运营服务平台',
name: 'operation',
linkType: 0,
url: '',
@ -45,7 +45,7 @@ let homeList = reactive([
imgstyle: 'width:160px;height:160px',
},
{
title: '数大屏',
title: '数大屏',
name: 'dataV',
linkType: 1,
url: '/v2/land',
@ -54,7 +54,7 @@ let homeList = reactive([
imgstyle: 'width:100px;height:100px',
},
{
title: '政务院平台',
title: '农业产业政务服务平台',
name: 'gov',
linkType: 0,
url: '',

View File

@ -9,7 +9,7 @@
</customBack>
</div>
<div class="left-charts-item">
<customBack top-title="农村土地资源" :top-postion="'left'">
<customBack top-title="农村土地资源项目效益" :top-postion="'left'">
<template #back>
<landTwo :data="state.data.two" />
</template>