Browse Source

增加模块

wulanhaote
张泽亮 2 years ago
parent
commit
56af0a90a5
1 changed files with 13 additions and 0 deletions
  1. +13
    -0
      src/views/yinnong/my.vue

+ 13
- 0
src/views/yinnong/my.vue View File

@@ -69,6 +69,16 @@
<!-- />-->
<!-- </template>-->
<!-- </van-cell>-->
<van-cell title="阳光村务" is-link @click="sunVillage">
<template #icon>
<van-image
fit="contain"
height="22"
style="margin-right: 15px"
src="../../../static/images/onlineHome/myIcon8.png"
/>
</template>
</van-cell>
<van-cell title="修改密码" is-link to="password">
<template #icon>
<van-image
@@ -127,6 +137,9 @@
logout().then(res => {
this.$router.push({path:"../yinnongLogin"})
})
},
sunVillage(){
this.$router.push({path:"../sunVillage_info/index"})
}
},
}


Loading…
Cancel
Save