Browse Source

颠倒

rongxin_prod
张泽亮 1 year ago
parent
commit
3793d87d49
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/views/sunVillage_info/index.vue

+ 2
- 2
src/views/sunVillage_info/index.vue View File

@@ -247,8 +247,8 @@
selectChange(val){
val.index == 0 ? this.$router.push({path:"/sunVillage_info/user"}) :
val.index == 1 ? this.$router.push({path:"/sunVillage_info/passWord"}) :
val.index == 2 ? this.logout() :
val.index == 3 ? this.$router.push({path:"../yinnong/my"}) :
val.index == 2 ? this.$router.push({path:"../yinnong/my"}) :
val.index == 3 ? this.logout() :
'';
}
},


Loading…
Cancel
Save