소스 검색

增加模块

wulanhaote
张泽亮 2 년 전
부모
커밋
56af0a90a5
1개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  1. +13
    -0
      src/views/yinnong/my.vue

+ 13
- 0
src/views/yinnong/my.vue 파일 보기

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


불러오는 중...
취소
저장