|
|
@@ -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"}) |
|
|
|
} |
|
|
|
}, |
|
|
|
} |
|
|
|