防返贫

This commit is contained in:
yanran200730
2022-01-13 14:36:59 +08:00
parent 5270e02938
commit e94276e65a
28 changed files with 5012 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
<div class="info">
<div class="info-top">
<div class="info-top__item" @click="linkTo('./Monitor')">
<image src="/static/images/wdbf.png"/>
<image :src="$cdn + '/tengxun/wdbf.png'"/>
<h2>监测对象</h2>
</div>
<div class="info-top__item" @click="linkTo('./povertyMonitor')">
@@ -46,6 +46,8 @@ export default {
this.$dict.load(['newsCenterPolicyType']).then(() => {
this.getList()
})
console.log(this.$cdn + '/tengxun/wdbf.png')
},
methods: {