Przeglądaj źródła

去除无效资源

rongxin_prod
张泽亮 1 rok temu
rodzic
commit
5268da48c6
3 zmienionych plików z 7 dodań i 22 usunięć
  1. +0
    -12
      src/assets/maps/plotPremises_huancui.json
  2. +0
    -8
      src/assets/maps/qu_huancui.json
  3. +7
    -2
      src/views/sunVillage_info/index.vue

+ 0
- 12
src/assets/maps/plotPremises_huancui.json
Plik diff jest za duży
Wyświetl plik


+ 0
- 8
src/assets/maps/qu_huancui.json
Plik diff jest za duży
Wyświetl plik


+ 7
- 2
src/views/sunVillage_info/index.vue Wyświetl plik

@@ -110,7 +110,8 @@
actions: [
{ text: '个人信息', icon: 'manager-o' , index: 0 },
{ text: '修改密码', icon: 'edit' , index: 1 },
{ text: '退出登录', icon: 'revoke' , index: 2 },
{ text: '事项审批', icon: 'manager-o' , index: 2 },
{ text: '退出登录', icon: 'revoke' , index: 3 },
],
deptIdOptions:[],
villageVisbile:false,
@@ -244,7 +245,11 @@
})
},
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 == 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"}) :
'';
}
},
}


Ładowanie…
Anuluj
Zapisz